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 9472784 commit b4d0344Copy full SHA for b4d0344
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: 16
+ node-version: 18
17
18
- name: Look Changelog
19
uses: jaywcjlove/changelog-generator@main
@@ -29,11 +29,14 @@ jobs:
29
30
build:
31
runs-on: ubuntu-latest
32
+ permissions:
33
+ contents: write
34
+ id-token: write
35
steps:
36
37
38
39
40
registry-url: 'https://registry.npmjs.org'
41
42
- run: npm install --unsafe-perm
@@ -96,7 +99,7 @@ jobs:
96
99
97
100
${{ steps.changelog.outputs.changelog }}
98
101
- - run: npm publish --access public
102
+ - run: npm publish --access public --provenance
103
name: 📦 @uiw/react-iframe to NPM
104
working-directory: core
105
continue-on-error: true
0 commit comments