mirror of
https://github.com/prusa3d/PrusaSlicer.git
synced 2024-11-25 16:28:34 +08:00
Trigger flatpak manifest release on tag push
This commit is contained in:
parent
47ed12523e
commit
859a9cf308
@ -8,10 +8,14 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
bundle_flatpak:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/get_release_flatpak_manifest.yml@master
|
||||
secrets: inherit
|
||||
with:
|
||||
actions_branch: master
|
||||
tag: ${{ inputs.tag }}
|
||||
tag: ${{ inputs.tag || github.ref_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user