Skip to content

Commit

Permalink
Push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 6, 2024
1 parent 86db2e1 commit d4417bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
git rev-parse --short HEAD
# - name: push release tag
# run: |
# git tag $VERSION
# git push origin $VERSION
# working-directory: ./nextroute
- name: push release tag
run: |
git tag $VERSION
git push origin $VERSION
working-directory: ./nextroute

# - name: create release
# run: |
Expand Down

0 comments on commit d4417bf

Please sign in to comment.