From d89695507748dd6ec979edebb2f40fdb2b0f0ed9 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Thu, 16 Dec 2021 00:27:54 -0500 Subject: [PATCH] fix release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'