We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dcbc4 commit ac8fac2Copy full SHA for ac8fac2
.github/workflows/release.yml
@@ -133,15 +133,14 @@ jobs:
133
uses: actions/setup-node@v6
134
with:
135
node-version: 20
136
- registry-url: 'https://registry.npmjs.com'
+ registry-url: "https://registry.npmjs.org"
137
always-auth: true
138
139
- name: Upload NPM package
140
run: |
141
mv release-artifacts/clients/typescript/tinystan-js-${{ inputs.new_version }}.tgz clients/typescript
142
cd clients/typescript
143
- yarn publish tinystan-js-${{ inputs.new_version }}.tgz --new-version ${{ inputs.new_version }} --no-git-tag-version
144
-
+ npm publish tinystan-js-${{ inputs.new_version }}.tgz
145
146
# - name: Create JuliaRegistration comment
147
# uses: peter-evans/commit-comment@v3
0 commit comments