Skip to content

Commit

Permalink
ci(workflows): use npm to publish to gpr
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Sep 19, 2021
1 parent bf7978f commit efd32b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- id: publish-to-gpr
name: Publish package [GPR]
working-directory: ${{ needs.deployment-info.outputs.directory }}
run: yarn publish ${{ needs.deployment-info.outputs.publish_args }}
run: npm publish ${{ needs.deployment-info.outputs.publish_args }}
env:
NODE_AUTH_TOKEN: ${{ secrets.PAT_GPR_FLDV_ADMIN }}
- id: setup-npmrc-npm
Expand Down

0 comments on commit efd32b2

Please sign in to comment.