diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index af3e17f..3ca03b2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -121,7 +121,7 @@ jobs: - name: "Release" id: "release" - uses: codfish/semantic-release-action@v1.9.0 + uses: codfish/semantic-release-action@v2.0.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}