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:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
# Requires Forgejo v12+; older versions ignore this block.
|
||||
concurrency:
|
||||
group: release
|
||||
|
|
@ -15,7 +12,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: debian
|
||||
outputs:
|
||||
new_tag: ${{ steps.tag.outputs.new_tag }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue