0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

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

This commit is contained in:
Ryan Foster 2024-09-13 15:13:09 -04:00
parent 232e40f41e
commit f036b0dc3f

View File

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