Skip to content

Commit

Permalink
ci: fix npm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Oct 29, 2023
1 parent 3aa1f76 commit 8d38778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm run init:examples
- run: npm ci
- run: npm test
- run: npm publish --tag $(npx guess-npm-dist-tag)
Expand Down

0 comments on commit 8d38778

Please sign in to comment.