Skip to content

Commit ac8fac2

Browse files
committed
Update ci
1 parent 94dcbc4 commit ac8fac2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,14 @@ jobs:
133133
uses: actions/setup-node@v6
134134
with:
135135
node-version: 20
136-
registry-url: 'https://registry.npmjs.com'
136+
registry-url: "https://registry.npmjs.org"
137137
always-auth: true
138138

139139
- name: Upload NPM package
140140
run: |
141141
mv release-artifacts/clients/typescript/tinystan-js-${{ inputs.new_version }}.tgz clients/typescript
142142
cd clients/typescript
143-
yarn publish tinystan-js-${{ inputs.new_version }}.tgz --new-version ${{ inputs.new_version }} --no-git-tag-version
144-
143+
npm publish tinystan-js-${{ inputs.new_version }}.tgz
145144
146145
# - name: Create JuliaRegistration comment
147146
# uses: peter-evans/commit-comment@v3

0 commit comments

Comments
 (0)