mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Fix/release process (#253)
* fix path to artifacts. * add release step to docs Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
95e2c91821
commit
c2359fa6c8
6
.github/actions/build_cli/action.yml
vendored
6
.github/actions/build_cli/action.yml
vendored
@ -89,6 +89,6 @@ runs:
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
constellation
|
||||
constellation.sig
|
||||
cosign.pub
|
||||
build/constellation
|
||||
build/constellation.sig
|
||||
build/cosign.pub
|
||||
|
@ -13,5 +13,7 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers
|
||||
3. Merge this branch
|
||||
4. Create a new tag in `constellation`
|
||||
* `git tag v.1.3.0`
|
||||
* Run [Build CLI](https://github.com/edgelesssys/constellation/actions/workflows/build-cli.yml) action on the tag
|
||||
* Check build output for link to draft release. Review & approve.
|
||||
5. Create a new tag in `constellation-docs`
|
||||
* `git tag v.1.3.0`
|
||||
|
Loading…
Reference in New Issue
Block a user