Skip to content

Commit 5e618f0

Browse files
committed
I DELETED THE PUBLISH STEP
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
1 parent 843724c commit 5e618f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ jobs:
101101
node-version: 22.14.0
102102
registry-url: "https://registry.npmjs.org"
103103

104+
- name: Publish
105+
if: steps.check_version.outputs.new_version == 'true'
106+
run: npm publish --provenance --access public
107+
env:
108+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
109+
104110
- name: Run typecheck
105111
id: typecheck
106112
run: |

0 commit comments

Comments
 (0)