Skip to content

Commit

Permalink
Merge pull request #14 from zalando/feat/publish-npm
Browse files Browse the repository at this point in the history
workflow: change publish method
  • Loading branch information
natalyapeixoto authored Jul 5, 2022
2 parents 2c1f6f3 + ec5595e commit 0ec0ddb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- run: yarn tsc
- run: yarn build
- run: yarn test -- --no-watch --silent --forceExit --detectOpenHandles --no-cache --coverage=false --runInBand
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
registry: https://registry.npmjs.org/
package: ../../package.json
access: "public"
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 0ec0ddb

Please sign in to comment.