Skip to content

Commit

Permalink
Merge pull request #46 from yakisova41/auto-npm-publish
Browse files Browse the repository at this point in the history
yamlキモゴミクソ
  • Loading branch information
yakisova41 authored Apr 19, 2024
2 parents e060715 + b5cb439 commit cd3dc25
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ jobs:
- name: Build crx-monkey
run: bun run build:crx

- name: Publish
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: cd packages/crx-monkey
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: |
cd packages/crx-monkey
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit cd3dc25

Please sign in to comment.