Skip to content

Commit

Permalink
Merge pull request #1165 from element-hq/update-release-action
Browse files Browse the repository at this point in the history
Add new token to the action
  • Loading branch information
MidhunSureshR authored Jun 18, 2024
2 parents 6ee2c97 + 9b7e76d commit 08b2fb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sdk-release.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install tools
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}

- name: 🔧 Yarn cache
uses: actions/setup-node@v3
Expand All @@ -34,21 +34,21 @@ jobs:
run: "yarn test"

- name: Run Lint Checks
run: "yarn run lint-ci"
run: "yarn run lint-ci"

- name: Run Typescript Checks
run: "yarn run tsc"
run: "yarn run tsc"

- name: Run SDK tests
run: "yarn test:sdk"
run: "yarn test:sdk"

- name: Build SDK
run: "yarn build:sdk"
run: "yarn build:sdk"

- name: 🚀 Publish to npm
id: npm-publish
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.HYDROGEN_NPM_TOKEN }}
access: public
package: ./target

0 comments on commit 08b2fb5

Please sign in to comment.