Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/L4852/restack
Browse files Browse the repository at this point in the history
  • Loading branch information
L4852 committed Aug 14, 2024
2 parents 7e6fe7d + 344e4b4 commit 414a824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "v__VERSION__"
releaseBody: "== RELEASE =="
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}
args: ${{ matrix.args }}

0 comments on commit 414a824

Please sign in to comment.