diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-24 23:24:53 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-24 23:24:53 -0600 |
| commit | 44add0de26a6ef7c185d8dd7d72a9670e0bf0f49 (patch) | |
| tree | df9c31c4a492a8cdef778aa29b55dbf4cdc38318 /.crystalintegration.yml | |
| parent | ca60d19f7eda8e01707646ad54a4e2810bd520ee (diff) | |
Revert "release candidate tag"
This reverts commit b40c337a0d9afe1fedf48f10e07ee24b108d9757.
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index f7fe17c..3203fd5 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -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 ] |
