Skip to content

Commit 47f29d7

Browse files
committed
Move tags on release
1 parent 8568280 commit 47f29d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,7 @@ jobs:
176176
prerelease: true
177177
tag_name: v${{ needs.version.outputs.semver }}
178178
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

Comments
 (0)