mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 17:26:13 +02:00
release publisher ci fixes
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
549eb1609f
commit
8ef45205a5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Upload Release Assets
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [published, prereleased]
|
||||
types: [published] # both stable releases and pre-preleases
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
exit 0
|
||||
fi
|
||||
|
||||
tag="${GH_TAG}}"
|
||||
tag="${GH_TAG}"
|
||||
fi
|
||||
|
||||
echo "ci_id=$id" >> "$GITHUB_OUTPUT"
|
||||
|
|
Loading…
Add table
Reference in a new issue