Skip to content

Commit

Permalink
chore(release): publish 3.6.17 (#14586)
Browse files Browse the repository at this point in the history
* chore(release): publish 3.6.17

* fix(ci): publish ref
  • Loading branch information
ZakaryCode committed Sep 22, 2023
1 parent 1146d93 commit ff08eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Publish
run: |
if [ '${{ github.event_name }}' == 'pull_request' ] ; then
pnpm publish --registry=https://registry.npmjs.org/ --publish-branch=${{ github.ref }} -r
pnpm publish --registry=https://registry.npmjs.org/ --publish-branch=${{ github.ref_name }} -r
elif [ '${{ github.event_name }}' == 'push' ] ; then
pnpm publish --registry=https://registry.npmjs.org/ --publish-branch=${{ github.ref_name }} -r ${{ env.PUBLISH_PARAMS }}
fi
Expand Down

0 comments on commit ff08eff

Please sign in to comment.