Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ykiu committed Jul 17, 2023
1 parent 815df13 commit faa4336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- if: steps.versions.outputs.prev_version != steps.versions.outputs.current_version
run: |
git tag v${{ steps.versions.outputs.current_version }} && git push v${{ steps.versions.outputs.current_version }}
git tag v${{ steps.versions.outputs.current_version }} && git push origin v${{ steps.versions.outputs.current_version }}
- if: steps.versions.outputs.prev_version != steps.versions.outputs.current_version
uses: ncipollo/[email protected]
with:
Expand Down

0 comments on commit faa4336

Please sign in to comment.