From 6008355f79b6d5aae80f48c6b5e4599011c11c62 Mon Sep 17 00:00:00 2001 From: Tim Myers Date: Tue, 13 Dec 2022 14:14:53 -0700 Subject: [PATCH] ci: action fixes --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6171d71..44e6ed3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: release on: push: branches: - - master + - main - beta - alpha @@ -13,11 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 'lts/*' - name: Release