mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-05 17:59:15 +01:00
[CI] Forgejo Actions based release process (squash) fix indentation
This commit is contained in:
parent
44480ea794
commit
fbdf9d6abb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue