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 7d23ff1 commit 7d8c129
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 @@ -30,6 +30,6 @@ jobs:
run: npx nx build nx-sonarqube

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

0 comments on commit 7d8c129

Please sign in to comment.