Skip to content

Commit

Permalink
fixes tag name on release. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohersan committed Jun 4, 2023
1 parent 0fe965c commit 2800740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-gh-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: npm run pack-osx

- name: Setup Git
id: setup
run: |
git config --local user.name "${{ secrets.USER_NAME }}"
git config --local user.email "${{ secrets.USER_EMAIL }}"
Expand All @@ -37,4 +38,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: the-happy-app-mac.tar.gz
tag_name: ${{ steps.tag.outputs.TAG_NAME }}
tag_name: ${{ steps.setup.outputs.TAG_NAME }}

0 comments on commit 2800740

Please sign in to comment.