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 5977537 commit f79c325Copy full SHA for f79c325
.github/workflows/ci.yml
@@ -7,11 +7,14 @@ on:
7
jobs:
8
build:
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
- run: npm install
@@ -79,7 +82,7 @@ jobs:
79
82
github_token: ${{ secrets.GITHUB_TOKEN }}
80
83
publish_dir: ./website/build
81
84
- - run: npm publish
85
+ - run: npm publish --access public --provenance
86
name: 📦 markdown-react-code-preview-loader publish to NPM
87
working-directory: core
88
continue-on-error: true
0 commit comments