We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e058333 commit 0e5d520Copy full SHA for 0e5d520
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
with:
83
- tag_name: "v${{ github.run_number }}"
+ tag_name: "v${{ needs.publish.outputs.version }}"
84
release_name: "${{ vars.APP_NAME }}-v${{ needs.publish.outputs.version }}-r${{ github.run_number }}"
85
body: |
86
${{ steps.change-log.outputs.changelog }}
0 commit comments