Skip to content

Commit 9c274c3

Browse files
committed
ci: update workflows config.
1 parent 8ccef62 commit 9c274c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
8181
${{ steps.changelog.outputs.changelog }}
8282
83-
# - run: npm publish --access public --provenance
84-
# name: 📦 @uiw/react-signature to NPM
85-
# working-directory: core
86-
# continue-on-error: true
87-
# env:
88-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
83+
- run: npm publish --access public --provenance
84+
name: 📦 @uiw/react-signature to NPM
85+
working-directory: core
86+
continue-on-error: true
87+
env:
88+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8989

0 commit comments

Comments
 (0)