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 78d9f9f commit 6cf2659Copy full SHA for 6cf2659
.github/workflows/release-please.yml
@@ -37,6 +37,7 @@ jobs:
37
runs-on: ubuntu-latest
38
permissions:
39
contents: read
40
+ id-token: write
41
if: ${{ needs.release-please.outputs.should-release == 'true' }}
42
steps:
43
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -46,12 +47,5 @@ jobs:
46
47
- uses: ./.github/actions/setup
48
49
- name: Create .npmrc
- run: |
50
- (
51
- # shellcheck disable=SC2016
52
- echo '//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}'
53
- echo 'registry=https://registry.npmjs.org'
54
- ) > .npmrc
+ run: echo 'registry=https://registry.npmjs.org' > .npmrc
55
- run: npm publish
56
- env:
57
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments