Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed May 20, 2022
1 parent 4e3fff2 commit c8be822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: git config --global user.name "Michael Wuergler"
- run: npm ci
- run: npm version "${GITHUB_REF:10}"
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c8be822

Please sign in to comment.