From 082eecd6101d27d1fda1817461ef0ad060341715 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Fri, 27 Jan 2023 15:57:07 +0100 Subject: [PATCH] fix: Upgrade Github actions to Node 16 attempt 2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd05a9b0..f9ceb68a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,4 +28,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn semantic-release + run: yarn semantic-release --branches main