Browse Source

CI: Update softprops/action-gh-release to v2.0.8

Ryan Foster 1 year ago
parent
commit
f036b0dc3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/push.yaml

+ 1 - 1
.github/workflows/push.yaml

@@ -308,7 +308,7 @@ jobs:
       - name: Create Release 🛫
         if: fromJSON(steps.check.outputs.validTag)
         id: create_release
-        uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
+        uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
         with:
           draft: true
           prerelease: ${{ fromJSON(steps.check.outputs.prerelease) }}