chore: revert release.yml, since it cannot run scripts atm

This commit is contained in:
Thijs Louisse 2023-06-07 16:59:57 +02:00
parent d2de984f0b
commit eafffc3305

View file

@ -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'