Update .forgejo/workflows/release.yml
This commit is contained in:
parent
934067a0a3
commit
c21d626d4e
1 changed files with 1 additions and 4 deletions
|
|
@ -5,9 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
# Requires Forgejo v12+; older versions ignore this block.
|
# Requires Forgejo v12+; older versions ignore this block.
|
||||||
concurrency:
|
concurrency:
|
||||||
group: release
|
group: release
|
||||||
|
|
@ -15,7 +12,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag:
|
tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: debian
|
||||||
outputs:
|
outputs:
|
||||||
new_tag: ${{ steps.tag.outputs.new_tag }}
|
new_tag: ${{ steps.tag.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue