Skip to content

Commit

Permalink
Update nodejs-sdk.workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Jul 3, 2024
1 parent 359c547 commit f21871f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-sdk.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
working-directory: ${{ env.SDK_PATH }}
# Set Github Packages Token
- name: Set Github Packages Token
run: sed -i 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/' .npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
# Publish Github Repo
- name: Publish Github Repo
if: ${{ env.GLOBAL_ENV == 'prod' || env.GLOBAL_ENV == 'rc' }}
Expand Down

0 comments on commit f21871f

Please sign in to comment.