Fix npm publish: use OIDC trusted publisher, remove empty NPM_TOKEN override
This commit is contained in:
parent
0109d33846
commit
f2b70579e7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -173,8 +173,6 @@ jobs:
|
|||
done
|
||||
|
||||
- name: Publish packages to npm
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: |
|
||||
publish_if_new() {
|
||||
local dir=$1
|
||||
|
|
|
|||
Loading…
Reference in a new issue