Skip to content

Commit

Permalink
fix: fix build (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Jul 16, 2024
1 parent 0cffb6a commit 8e794fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Writes token to .yarnrc.yml. If written directly in .yarnrc.yml, it will cause an error
- run: |
echo "npmAuthToken: \${{ secrets.NPM_TOKEN }}" >> ./.yarnrc.yml
echo npmAuthToken: "\${NPM_AUTH_TOKEN}" >> ./.yarnrc.yml
- name: Publish @acala-network/sdk-core
run: yarn workspace @acala-network/sdk-core npm publish --tolerate-republish --access public ${{ env.NPM_TAG }}
Expand Down

0 comments on commit 8e794fa

Please sign in to comment.