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" <