We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abc0da commit 5d81556Copy full SHA for 5d81556
.github/workflows/publish.yml
@@ -22,7 +22,6 @@ jobs:
22
- uses: actions/setup-node@v6
23
with:
24
node-version: lts/*
25
- registry-url: 'https://registry.npmjs.org'
26
- name: Install latest NPM
27
# OIDC publishing requires a very up to date npm version
28
run: |
@@ -43,9 +42,6 @@ jobs:
43
42
git config --global user.email '[email protected]'
44
- name: Publish Packages
45
46
- # Clear NPM token from actions/setup-node default value,
47
- # or token-less OIDC publishing will fail, see: https://github.com/actions/setup-node/issues/1440
48
- unset NODE_AUTH_TOKEN
49
npx envinfo
50
echo "Verifying working directory is clean..."
51
git diff --exit-code
0 commit comments