Skip to content

Commit

Permalink
yamlゴミアホボケクソ消えろカス
Browse files Browse the repository at this point in the history
  • Loading branch information
yakisova41 committed Apr 19, 2024
1 parent c976238 commit d7b38f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Build crx-monkey
run: bun run build:crx

- run: cd packages/crx-monkey

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

0 comments on commit d7b38f7

Please sign in to comment.