Skip to content

Commit

Permalink
Merge pull request #21 from editor-js/fix-workflow
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
e11sy authored Aug 20, 2024
2 parents 1217b74 + a91c873 commit 99a76f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org/'

- name: Create .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 99a76f0

Please sign in to comment.