Skip to content

Commit

Permalink
👷 Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Apr 6, 2024
1 parent 580cf10 commit df12947
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-bolt-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ jobs:
- name: npm publish
run: |
npm install --global yarn
npm install --global eslint
yarn install
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit df12947

Please sign in to comment.