chore: revert release.yml, since it cannot run scripts atm
This commit is contained in:
parent
d2de984f0b
commit
eafffc3305
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -14,13 +14,13 @@ jobs:
|
|||
steps:
|
||||
- uses: google/wireit@setup-github-actions-caching/v1
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js 16.x
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 16.x
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
|
|
|||
Loading…
Reference in a new issue