From eafffc3305295f828c7fc10f5c282f02379124d6 Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Wed, 7 Jun 2023 16:59:57 +0200 Subject: [PATCH] chore: revert release.yml, since it cannot run scripts atm --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7280e152f..daea6351c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'