We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca6a14 commit 649fb46Copy full SHA for 649fb46
.github/workflows/publish-js-client.yml
@@ -84,8 +84,6 @@ jobs:
84
- name: Publish JS Client
85
id: publish
86
run: pnpm clients:js:publish ${{ inputs.level }} ${{ inputs.tag }}
87
- env:
88
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
89
90
- name: Push Commit and Tag
91
run: git push origin --follow-tags
0 commit comments