Skip to content

Commit

Permalink
#747@patch: Fixes problem with release.
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Feb 13, 2023
1 parent 434a592 commit 432dae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Pushes Git tag
run: |
git tag --force ${{ steps.vars.outputs.next_version }} ${GITHUB_SHA}
git tag --force ${{ needs.check-next-version.outputs.next_version }} ${GITHUB_SHA}
git push origin --tags
- name: Set .npmrc for publish
Expand Down

0 comments on commit 432dae5

Please sign in to comment.