mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Merge pull request #1166 from element-hq/revert-1165-update-release-action
Revert "Add new token to the action"
This commit is contained in:
commit
1c768a0393
12
.github/workflows/sdk-release.js.yml
vendored
12
.github/workflows/sdk-release.js.yml
vendored
@ -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
|
||||
@ -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.HYDROGEN_NPM_TOKEN }}
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
access: public
|
||||
package: ./target
|
||||
|
Loading…
Reference in New Issue
Block a user