We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058bb1a commit 65fa494Copy full SHA for 65fa494
.github/workflows/release.yml
@@ -111,7 +111,7 @@ jobs:
111
needs: release
112
environment: publishing
113
permissions:
114
- id-token: write
+ id-token: write # OIDC for pypi, npmjs
115
contents: write
116
steps:
117
- name: Check out github
@@ -141,8 +141,6 @@ jobs:
141
mv release-artifacts/clients/typescript/tinystan-js-${{ inputs.new_version }}.tgz clients/typescript
142
cd clients/typescript
143
yarn publish tinystan-js-${{ inputs.new_version }}.tgz --new-version ${{ inputs.new_version }} --no-git-tag-version
144
- env:
145
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
146
147
148
# - name: Create JuliaRegistration comment
0 commit comments