Skip to content

Commit fac4a7d

Browse files
committed
Update fix
1 parent 43abf11 commit fac4a7d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ jobs:
2929
- name: Update package.json version
3030
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
3131

32-
- name: Validate package
33-
run: npm publish --dry-run
32+
- run: npm run build --if-present
33+
- run: npm test
34+
35+
- name: Publish to npm
36+
run: npm publish --tag ${{ steps.version.outputs.VERSION }}

0 commit comments

Comments
 (0)