Skip to content

Commit 2ba9a5a

Browse files
Update .github/workflows/publish.yml
Co-authored-by: Marais Rossouw <me@marais.co>
1 parent e9a920f commit 2ba9a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- run: npm version ${TAG_NAME} --git-tag-version=false
3030
env:
3131
TAG_NAME: ${{ github.event.release.tag_name || github.event.inputs.tag_name }}
32-
- run: npm whoami; npm publish --provenance
32+
- run: npm run build
33+
- run: npm whoami; npm --ignore-scripts publish --provenance
3334
env:
3435
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)