Skip to content

Commit efd32b2

Browse files
committed
ci(workflows): use npm to publish to gpr
1 parent bf7978f commit efd32b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- id: publish-to-gpr
103103
name: Publish package [GPR]
104104
working-directory: ${{ needs.deployment-info.outputs.directory }}
105-
run: yarn publish ${{ needs.deployment-info.outputs.publish_args }}
105+
run: npm publish ${{ needs.deployment-info.outputs.publish_args }}
106106
env:
107107
NODE_AUTH_TOKEN: ${{ secrets.PAT_GPR_FLDV_ADMIN }}
108108
- id: setup-npmrc-npm

0 commit comments

Comments
 (0)