From e5e26e5cf175c51e41fbb0d303cf10d8979f3f3c Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Fri, 5 Jul 2024 09:34:50 +0200 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 2 ++ CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b96886b3..07b06b8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,8 @@ on: env: # this is make the `gh` binary work GH_TOKEN: ${{ github.token }} + # avoid node20, which doesn't run in our container: https://github.com/actions/checkout/issues/1809 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: # create a release on github diff --git a/CHANGELOG.md b/CHANGELOG.md index b33201ae..60233037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- fixed CI to build CAPI and CLI + ## [0.8.0] - 05/07/2024 ### Added