You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: npm publish --tag ${{ needs.check-version.outputs.oclif_channel }} --access public --dry-run # --provenance no longer needed as OIDC uses that by default
157
156
158
157
# NPM Release
159
158
- name: Create NPM release
160
-
run: npm publish --tag ${{ needs.check-version.outputs.oclif_channel }} --provenance --access public
161
-
env:
162
-
NODE_AUTH_TOKEN: ${{ secrets.HD_CLI_NPM_TOKEN }}
159
+
run: npm publish --tag ${{ needs.check-version.outputs.oclif_channel }} --access public # --provenance no longer needed as OIDC uses that by default
0 commit comments