mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions: move to maintained action for publish. Fixes #1782
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -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:
|
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
automatic_release_tag: "${{ steps.dateversion.outputs.dateversion }}"
|
|
||||||
prerelease: false
|
|
||||||
draft: true
|
draft: true
|
||||||
|
prerelease: false
|
||||||
|
tag_name: "${{ steps.dateversion.outputs.dateversion }}"
|
||||||
|
overwrite_files: true
|
||||||
|
fail_on_unmatched_files: true
|
||||||
files: |
|
files: |
|
||||||
gam-binaries/*
|
gam-binaries/*
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user