Skip to content

Commit

Permalink
Merge pull request #11 from codesyntax/develop
Browse files Browse the repository at this point in the history
another try
  • Loading branch information
erral committed Oct 28, 2021
2 parents fba1727 + 0badbae commit 914dc82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm install
- run: npm install release-it
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run: npm run release
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}

0 comments on commit 914dc82

Please sign in to comment.