mirror of
https://github.com/RetroDECK/Vita3K-bin.git
synced 2025-01-19 12:45:38 +00:00
Fixed release action, added on push
This commit is contained in:
parent
5949dbcc8d
commit
3d1e0add32
4
.github/workflows/fetch-release.yml
vendored
4
.github/workflows/fetch-release.yml
vendored
|
@ -9,6 +9,9 @@ on:
|
|||
description: 'Tag name for the manual release'
|
||||
required: true
|
||||
default: 'YYYYMMDD-manual-HHMMSS'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
fetch-and-publish:
|
||||
|
@ -46,7 +49,6 @@ jobs:
|
|||
body: ${{ steps.fetch_release.outputs.release_body }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
latest: true
|
||||
|
||||
- name: Upload assets to the new release
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
Loading…
Reference in a new issue