diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-02 23:37:15 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-02 23:37:15 -0600 | 
| commit | 665cf43e60414b9d74af7cbe9d085cf27f0028ca (patch) | |
| tree | 201f032b3ad6b2aab30321836ab5a78e6970ee27 /.crystalintegration.yml | |
| parent | 785a55c5644141622ede22021a42a5ac542eaa5c (diff) | |
Revert "prerelease tag"
This reverts commit ce9f5ba856c63b52b894e6c496a920c54c79b82b.
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 0bb7107..10cfa12 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -314,7 +314,7 @@ pipeline:          - "*.deb.sha256"        api_key:          from_secret: sc_api_key -      prerelease: true +      prerelease: false        skip_verify: true      when:        event: [ tag ] @@ -329,7 +329,7 @@ pipeline:          - "*.deb.sha256"        api_key:          from_secret: cb_api_key -      prerelease: true +      prerelease: false        skip_verify: true      when:        event: [ tag ]  | 
