mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
[CI] Publish draft release redux (#1493)
* Add publish-draft-release Github action * Remove publish_draft_release.sh gitlab job
This commit is contained in:
@@ -94,17 +94,6 @@ check-line-width:
|
||||
interruptible: true
|
||||
allow_failure: true
|
||||
|
||||
publish-draft-release:
|
||||
stage: test
|
||||
only:
|
||||
- tags
|
||||
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1
|
||||
script:
|
||||
- apt-get -y update; apt-get -y install jq
|
||||
- ./scripts/gitlab/publish_draft_release.sh
|
||||
interruptible: true
|
||||
allow_failure: true
|
||||
|
||||
test-deterministic-wasm:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
|
||||
Reference in New Issue
Block a user