Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koliveira15 committed Jun 3, 2023
1 parent 7d8c129 commit 15c2044
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 @@ -30,6 +30,6 @@ jobs:
run: npx nx build nx-sonarqube

- name: Publish Application
run: npm publish dist/packages/nx-sonarqube --access public --tag ${{ github.ref }} --new-version ${{ github.event.inputs.version }}
- run: cd dist/packages/nx-sonarqube && npm publish --access public --tag ${{ github.ref }} --new-version ${{ github.event.inputs.version }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 15c2044

Please sign in to comment.