From 10ee155045c41c8960012ce5f8eb0aac2d80398b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vieira?= Date: Tue, 22 Aug 2023 22:08:28 +0100 Subject: [PATCH] Build(deps): Update codfish/semantic-release-action to 2.2.0 --- .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 b4f8df3..b2c281e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: cmd: add conventional-changelog-eslint - name: Release - uses: codfish/semantic-release-action@v1 + uses: codfish/semantic-release-action@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}