Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyachean authored Sep 28, 2024
1 parent 5b2c9c9 commit 55d7985
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
exit 0
fi
- name: Create Tag
run: |
git tag v${{ env.version }}
git push origin v${{ env.version }}
- name: Create GitHub Release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 55d7985

Please sign in to comment.