diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef89f5605c4..c9caf71469d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} - name: GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 if: startsWith(github.ref, 'refs/tags/') with: draft: true