[CI] Forgejo Actions based release process (squash) fix indentation

This commit is contained in:
Earl Warren 2023-09-22 22:37:06 +02:00
parent 44480ea794
commit fbdf9d6abb
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

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