Merge pull request #127 from ChainSafe/cayman/fix-ci
Fix release workflow
This commit is contained in:
commit
23d9388232
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Setup Nodejs
|
- name: Setup Nodejs
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: "12.x"
|
node-version: "14.x"
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: "https://registry.npmjs.org"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --non-interactive --frozen-lockfile
|
run: yarn install --non-interactive --frozen-lockfile
|
||||||
|
@ -62,4 +62,4 @@ jobs:
|
||||||
tag: ${{ needs.tag.outputs.tag }}
|
tag: ${{ needs.tag.outputs.tag }}
|
||||||
delete_orphan_tag: true
|
delete_orphan_tag: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Reference in New Issue