We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d264a5 + c621cf3 commit e4b3553Copy full SHA for e4b3553
1 file changed
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
name: Release X-Ray Node SDK to Github and NPM
2
permissions:
3
contents: write
4
+ id-token: write
5
on:
6
workflow_dispatch:
7
inputs:
@@ -21,10 +22,10 @@ jobs:
21
22
- name: Setup Node
23
uses: actions/setup-node@v1
24
with:
- node-version: '16.x'
25
+ node-version: '20'
26
registry-url: 'https://registry.npmjs.org'
27
- - run: npm install -g npm@8.19.4
28
+ - run: npm install -g npm@11.7.0
29
30
- name: Cache NPM modules
31
uses: actions/cache@v3
@@ -53,8 +54,6 @@ jobs:
53
54
55
- name: Publish package to npm
56
run: npx lerna publish from-package --yes --exact --no-verify-access
- env:
57
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58
59
- name: Create Release
60
id: create_release
0 commit comments