Skip to content

Commit 01f4b88

Browse files
committed
Fixed
1 parent bce3be8 commit 01f4b88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tag
1+
name: Tag and Push
22

33
on:
44
push:
@@ -30,4 +30,4 @@ jobs:
3030
git config --local user.email "i.ozguradem@gmail.com"
3131
git config --local user.name "Özgür Adem Işıklı"
3232
git tag -a "v${{ steps.version.outputs.version }}" -m "Version ${{ steps.version.outputs.version }}"
33-
git push origin "v${{ steps.version.outputs.version }}"
33+
git push origin "v${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)