diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f13a66ea..42f13c4c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: keyPassword: ${{ secrets.KEY_PASSWORD }} - name: Create Release - - uses: "marvinpinto/action-automatic-releases@latest" + uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: needs.check.outputs.beta == 'true'