We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce3be8 commit 01f4b88Copy full SHA for 01f4b88
1 file changed
.github/workflows/auto-tag.yml
@@ -1,4 +1,4 @@
1
-name: Tag
+name: Tag and Push
2
3
on:
4
push:
@@ -30,4 +30,4 @@ jobs:
30
git config --local user.email "i.ozguradem@gmail.com"
31
git config --local user.name "Özgür Adem Işıklı"
32
git tag -a "v${{ steps.version.outputs.version }}" -m "Version ${{ steps.version.outputs.version }}"
33
- git push origin "v${{ steps.version.outputs.version }}"
+ git push origin "v${{ steps.version.outputs.version }}"
0 commit comments