diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-02 23:44:21 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-17 12:02:42 -0600 | 
| commit | b40c337a0d9afe1fedf48f10e07ee24b108d9757 (patch) | |
| tree | 3865a7a103c4fb99f2d9dee1fd83f7702c91794c /.crystalintegration.yml | |
| parent | f8468757d03f5a2f1098cd43d547ccb3d62d6125 (diff) | |
release candidate tag
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 3203fd5..f7fe17c 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -316,7 +316,7 @@ pipeline:          - "*.deb.sha256"        api_key:          from_secret: sc_api_key -      prerelease: false +      prerelease: true        skip_verify: true      when:        event: [ tag ] @@ -331,7 +331,7 @@ pipeline:          - "*.deb.sha256"        api_key:          from_secret: cb_api_key -      prerelease: false +      prerelease: true        skip_verify: true      when:        event: [ tag ] @@ -341,7 +341,7 @@ pipeline:      group: upload      environment:        FORGEJO_SITE: https://code.forgejo.org -      FORGEJO_OWNER: crystal +      FORGEJO_OWNER: crystal-experimental        DEBIAN_DIST: bullseye        DEBIAN_COMPONENT: forgejo      secrets: [ cfo_api_key ]  | 
