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 4b384c1 commit af19cfcCopy full SHA for af19cfc
.github/workflows/publish.yml
@@ -18,16 +18,11 @@ jobs:
18
release-type: node
19
token: ${{ secrets.GITHUB_TOKEN }}
20
- uses: actions/checkout@v4
21
- if: ${{ steps.release.outputs.release_created }}
22
- uses: actions/setup-node@v4
23
with:
24
cache: 'npm'
25
node-version: 20
26
registry-url: 'https://registry.npmjs.org'
27
28
- run: npm ci
29
30
- run: npm run build
31
32
- - run: npm publish --access=public --dry-run
33
+ - run: npm publish --access=public --dry-run
0 commit comments