From fbdf9d6abb88fd5def3d0ced488a4dd72655d433 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 22 Sep 2023 22:37:06 +0200 Subject: [PATCH] [CI] Forgejo Actions based release process (squash) fix indentation --- .forgejo/actions/publish-release/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/publish-release/action.yml b/.forgejo/actions/publish-release/action.yml index 569ec55bfd..42b6097ee0 100644 --- a/.forgejo/actions/publish-release/action.yml +++ b/.forgejo/actions/publish-release/action.yml @@ -50,8 +50,8 @@ runs: echo "value=$version" >> "$GITHUB_OUTPUT" - name: Create the release notes - id: release-notes - run: | + id: release-notes + run: | anchor=${{ steps.tag-version.outputs.value }} anchor=${anchor//./-} cat >> "$GITHUB_OUTPUT" <