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.
2 parents 67edee8 + 4fb194b commit 3f2ab2bCopy full SHA for 3f2ab2b
.github/workflows/publish.yaml
@@ -8,15 +8,15 @@ jobs:
8
publish:
9
name: Publish to NPM
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ id-token: write
13
steps:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
- node-version-file: 'package.json'
17
+ node-version: '24'
18
+ registry-url: 'https://registry.npmjs.org'
19
- - run: yarn config set npmAuthToken $YARN_NPM_AUTH_TOKEN
- env:
- YARN_NPM_AUTH_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}
20
- run: yarn
21
- run: yarn workspace @datadog/rollup-plugin buildBasic
22
- run: export BUILD_PLUGINS_ENV=production
0 commit comments