diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7371d6e6ef1..1d2813ed592 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -135,7 +135,7 @@ jobs: PLATFORMS: "linux-amd64 linux-arm64 darwin-amd64 darwin-arm64" - name: Create GitHub release - uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1" + uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false