Revert "release candidate tag"

This reverts commit 3ceea43baf.
This commit is contained in:
crystal 2023-07-05 00:22:09 -06:00
parent 9d01510e3a
commit c9968739bb
No known key found for this signature in database
GPG key ID: 1122054731F7CC43
2 changed files with 4 additions and 5 deletions

View file

@ -316,7 +316,7 @@ pipeline:
- "*.deb.sha256"
api_key:
from_secret: sc_api_key
prerelease: true
prerelease: false
skip_verify: true
when:
event: [ tag ]
@ -331,7 +331,7 @@ pipeline:
- "*.deb.sha256"
api_key:
from_secret: cb_api_key
prerelease: true
prerelease: false
skip_verify: true
when:
event: [ tag ]
@ -341,7 +341,7 @@ pipeline:
group: upload
environment:
FORGEJO_SITE: https://code.forgejo.org
FORGEJO_OWNER: crystal-experimental
FORGEJO_OWNER: crystal
DEBIAN_DIST: bullseye
DEBIAN_COMPONENT: forgejo
secrets: [ cfo_api_key ]