Skip to content

Commit

Permalink
fix: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuba committed Jul 27, 2023
1 parent 44adbb2 commit 0cf32d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: "@4chain-ag"
- name: Install dependencies
run: yarn
run: npm install
- name: Build
run: yarn build
- name: Publish
run: yarn publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cf32d9

Please sign in to comment.