actions: move to maintained action for publish. Fixes #1782

This commit is contained in:
Jay Lee
2025-08-13 10:08:23 -04:00
committed by GitHub
parent 120d72e67a
commit a6d176c033

View File

@@ -1011,12 +1011,14 @@ jobs:
echo "Date version: ${dateversion}" echo "Date version: ${dateversion}"
echo "dateversion=${dateversion}" >> $GITHUB_OUTPUT echo "dateversion=${dateversion}" >> $GITHUB_OUTPUT
- uses: "marvinpinto/action-automatic-releases@latest" - name: Publish draft release
name: Publish draft release uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
with: draft: true
repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false
automatic_release_tag: "${{ steps.dateversion.outputs.dateversion }}" tag_name: "${{ steps.dateversion.outputs.dateversion }}"
prerelease: false overwrite_files: true
draft: true fail_on_unmatched_files: true
files: | files: |
gam-binaries/* gam-binaries/*