Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennieandersson authored May 12, 2023
1 parent e815842 commit 9cb3762
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
node-version: '18.16'
cache: 'yarn'
registry-url: https://npm.pkg.github.com/
- run: npm publish
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}

0 comments on commit 9cb3762

Please sign in to comment.