Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix release package workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiop committed Dec 31, 2023
1 parent b441e24 commit 352aa0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
# Publish version to public repository
- name: Publish
run: yarn npm publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
run: |
echo "npmAuthToken: ${{ secrets.NPMJS_ACCESS_TOKEN }}" >> .yarnrc.yml
yarn npm publish --access public --tag ${{ env.RELEASE_TAG }}
# Push repository changes
- name: Push changes to repository
Expand Down

0 comments on commit 352aa0d

Please sign in to comment.