Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed May 20, 2024
1 parent 37e1022 commit 3635a6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
node-version: "20.10.0"
registry-url: https://registry.npmjs.org/

- name: Build & Publish
- name: Build
run: |
yarn install --immutable --check-cache
yarn build
yarn pack
yarn npm publish --access public
- name: Publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 comments on commit 3635a6a

Please sign in to comment.