Skip to content

Commit 0e5d520

Browse files
author
Hugo Saporetti Junior
committed
Add publish again - fix 7
1 parent e058333 commit 0e5d520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
with:
83-
tag_name: "v${{ github.run_number }}"
83+
tag_name: "v${{ needs.publish.outputs.version }}"
8484
release_name: "${{ vars.APP_NAME }}-v${{ needs.publish.outputs.version }}-r${{ github.run_number }}"
8585
body: |
8686
${{ steps.change-log.outputs.changelog }}

0 commit comments

Comments
 (0)