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 78d8180 commit 65665e8Copy full SHA for 65665e8
.github/workflows/ci.yml
@@ -7,11 +7,14 @@ on:
7
jobs:
8
build-deploy:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
+ id-token: write
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
- node-version: 16
17
+ node-version: 18
18
registry-url: 'https://registry.npmjs.org'
19
20
- name: Generate Contributors Images
@@ -127,7 +130,7 @@ jobs:
127
130
user_name: github-actions[bot]
128
131
user_email: github-actions[bot]@users.noreply.github.com
129
132
- - run: npm publish
133
+ - run: npm publish --access public --provenance
134
continue-on-error: true
135
name: 📦 linux-command publish to NPM
136
env:
0 commit comments