Skip to content

Commit

Permalink
push tags from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Dec 18, 2023
1 parent 034995e commit fdad30a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Create tag
run: git tag ${{ github.event.inputs.tag }}
run: |
git tag ${{ github.event.inputs.tag }}
git push --tags
# other steps bellow as usual

0 comments on commit fdad30a

Please sign in to comment.