diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index f1aaa763..27bf1f40 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -152,7 +152,7 @@ jobs: - name: Github Release # We pin to the SHA, not the tag, for security reasons. # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v0.1.15 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v0.1.15 with: prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }} files: |