Skip to content

Commit

Permalink
push the pre-release tags to git
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 19, 2024
1 parent 622986a commit 6e421b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push the new tags
run: git push --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6e421b7

Please sign in to comment.