Skip to content

Commit

Permalink
test multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
barisbora committed May 17, 2023
1 parent ec78273 commit 1814307
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm publish
- run: npm publish eslint-config-basic
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm publish eslint-config-basic
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 1814307

Please sign in to comment.