Skip to content

Commit

Permalink
Add publish again - fix 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Saporetti Junior committed Oct 9, 2023
1 parent e058333 commit 0e5d520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "v${{ github.run_number }}"
tag_name: "v${{ needs.publish.outputs.version }}"
release_name: "${{ vars.APP_NAME }}-v${{ needs.publish.outputs.version }}-r${{ github.run_number }}"
body: |
${{ steps.change-log.outputs.changelog }}
Expand Down

0 comments on commit 0e5d520

Please sign in to comment.