From a704cc821d5055ce07ea960a1aaa7c10b096ba11 Mon Sep 17 00:00:00 2001 From: herrmannplatz Date: Wed, 20 Dec 2023 21:03:25 +0100 Subject: [PATCH] ci: update release branch --- .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 b957d85..a64d05b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,18 +2,18 @@ name: Release on: push: branches: - - master + - main jobs: release: name: Release runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "lts/*" - name: Release