From 538ec246118fff546767d055e9f3dd629d787fde Mon Sep 17 00:00:00 2001 From: ppetzold Date: Fri, 13 Jan 2023 15:57:30 +0100 Subject: [PATCH] Use cycjimmy/semantic-release-action@v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5168a45..e583110 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - run: bash <(curl -s https://codecov.io/bash) - name: Semantic Release if: github.event_name == 'push' && matrix.node-version == '18.x' - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v3 env: GH_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}