diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa28ad4dbde36785f304e7310b457b403dd4350d..d9880fcee1d250b187a6ae58a9f5e9c0f4e62385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,9 @@ jobs: - name: Automatic Tagging id: conventional-commits - uses: iM-vG/action-conventional-commits@v4 + uses: webiny/action-conventional-commits@v1.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} - command: "tag" - name: Run GoReleaser if: steps.conventional-commits.outputs.tag