Skip to content

Commit 743f9d3

Browse files
committed
chore: update workflows config.
1 parent 6c7d13e commit 743f9d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ on: push
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: write
10+
id-token: write
811
steps:
912
- uses: actions/checkout@v3
1013
- uses: actions/setup-node@v3
1114
with:
12-
node-version: 16
15+
node-version: 18
1316
registry-url: 'https://registry.npmjs.org'
1417

1518
- run: npm install
@@ -68,7 +71,7 @@ jobs:
6871
path: core/package.json
6972
unset: scripts
7073

71-
- run: npm publish --access public
74+
- run: npm publish --access public --provenance
7275
continue-on-error: true
7376
working-directory: core
7477
env:

0 commit comments

Comments
 (0)