Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginsakura committed Sep 23, 2023
1 parent 99ca429 commit c55db7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- 'StayAwayFromWar'
tags:
- "v*"

name: release all os -- no code signing

Expand All @@ -17,8 +17,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
tag_name: v2.0.4fix2
release_name: Deskreen Release v2.0.4fix2
tag_name: ${{ github.ref }}
release_name: Deskreen Release ${{ github.ref }}
draft: true
prerelease: false

Expand Down

0 comments on commit c55db7b

Please sign in to comment.