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:
Fabian Kammel 2022-07-05 16:55:14 +02:00 committed by GitHub
parent 95e2c91821
commit c2359fa6c8
2 changed files with 5 additions and 3 deletions

View File

@ -89,6 +89,6 @@ runs:
with:
draft: true
files: |
constellation
constellation.sig
cosign.pub
build/constellation
build/constellation.sig
build/cosign.pub

View File

@ -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`