Skip to content

Commit

Permalink
fix: use RELEASE_GIT_TAG instead of hardcoded tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent d79f917 commit a8d7013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Semantic release
uses: codfish/semantic-release-action@v3
id: semanticrelease
with:
additional-packages: |
['@semantic-release/git', '@semantic-release/changelog']
Expand All @@ -50,6 +51,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: app.7z
tag_name: v1.0.0
tag_name: $RELEASE_GIT_TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a8d7013

Please sign in to comment.