Skip to content

Commit

Permalink
fix: add scope while publishing to gpr fp-92 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove authored Dec 10, 2023
1 parent e67831b commit f716ec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:

- name: Publish
working-directory: ${{ env.ARTIFACT_PATH }}
run: npm publish
run: |
npm pkg set name="@${{ github.repository_owner }}/$(npm pkg get name| sed 's/"//g')"
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f716ec4

Please sign in to comment.