Skip to content

Commit

Permalink
Update publish-parser-default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda authored Jul 12, 2023
1 parent c68e7d6 commit 9b3e7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-parser-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cd parser-default
npm install
npm version ${{ inputs.version }}
npm build
npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 9b3e7e3

Please sign in to comment.