Skip to content

Commit

Permalink
githubactionsクソリファレンスゴミ文法カス
Browse files Browse the repository at this point in the history
  • Loading branch information
yakisova41 committed Apr 19, 2024
1 parent d7b38f7 commit b5cb439
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ 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'

- name: Publish
run: |
cd packages/crx-monkey
npm publish
Expand Down

0 comments on commit b5cb439

Please sign in to comment.