Skip to content

Commit

Permalink
fix: CI publish (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Jul 2, 2024
1 parent 2f70a4b commit 7809343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
git config --global user.name "Apify Release Bot"
git config --global user.email "[email protected]"
cd ./packages/plugin
echo "access=public" > .npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}" >> .npmrc
Expand Down

0 comments on commit 7809343

Please sign in to comment.