Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/publish-ts-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
# - name: Install dependencies
# run: npm ci

#################################
# npm
#################################

# Ensure npm 11.5.1 or later is installed
# - name: Update npm
# run: npm install -g npm@latest
- name: Update npm
run: npm install -g npm@latest

# - name: Publish
# run: npm publish
- name: Publish
run: npm publish --access public

#################################
# yarn
Expand All @@ -60,8 +60,8 @@ jobs:
# composite action
#################################

- name: Publish
uses: smartcontractkit/.github/actions/ci-publish-npm@5cf24eba2fef708acd6050f0f9a0397b2dabbfb8
with:
publish-command: npm publish
package-json-directory: ./typescript
# - name: Publish
# uses: smartcontractkit/.github/actions/ci-publish-npm@5cf24eba2fef708acd6050f0f9a0397b2dabbfb8
# with:
# publish-command: npm publish
# package-json-directory: ./typescript