Skip to content

Commit

Permalink
fix: publish script in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Aug 25, 2023
1 parent 95910c0 commit fce681f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
always-auth: true
registry-url: 'https://registry.npmjs.org'
- run: git pull
- run: yarn
- run: yarn tsc
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn npm publish

0 comments on commit fce681f

Please sign in to comment.