Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <david.wertenteil@kaleido.io>
  • Loading branch information
dwertent committed Nov 12, 2024
1 parent da078bd commit b1fe857
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-typescript-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
with:
fetch-depth: 0
submodules: recursive

- name: Install node
uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install pre-requisites
uses: ./.github/actions/setup
Expand All @@ -32,5 +31,7 @@ jobs:
run: |
set -e
../../gradlew build
npm publish
npm publish -provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b1fe857

Please sign in to comment.