We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8568280 commit 47f29d7Copy full SHA for 47f29d7
.github/workflows/ci-cd.yml
@@ -176,3 +176,7 @@ jobs:
176
prerelease: true
177
tag_name: v${{ needs.version.outputs.semver }}
178
token: ${{ secrets.PAT }} # using our own PAT so other workflows run
179
+ - uses: fischerscode/[email protected]
180
+ with:
181
+ prefix: v
182
+ tag: v${{ needs.version.outputs.semver }}
0 commit comments