From 11c9f41a84357afd8b3ecd8589b6456cf4e5f7e3 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Thu, 27 Oct 2022 10:52:49 +0200 Subject: [PATCH] Fix Release action --- .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 be47354cb8..6d196e0990 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - $default-branch + - main jobs: release: @@ -26,6 +26,6 @@ jobs: run: yarn - name: Create Release Pull Request - uses: changesets/action@master + uses: changesets/action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}