We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ecd96a + 2c1ccaf commit 05aa239Copy full SHA for 05aa239
1 file changed
.github/workflows/shippable_builds.yml
@@ -755,7 +755,7 @@ jobs:
755
- name: Publish to GitHub Releases
756
id: publish_gh
757
if: ${{ contains(matrix.releaseTarget, 'github') }}
758
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
759
with:
760
token: ${{ steps.app-token.outputs.token || github.token }}
761
target_commitish: ${{ steps.shanotes.outputs.app_sha }}
0 commit comments