Skip to content

Commit d5c0819

Browse files
Update tokens.
1 parent 1f2871a commit d5c0819

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdk-ts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
compile:
9+
build:
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -27,7 +27,6 @@ jobs:
2727
cd tools/sdk-ts && npm run build
2828
2929
- name: Publish to npm
30-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
3130
run: |
3231
cd tools/sdk-ts
3332
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}

0 commit comments

Comments
 (0)