mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-18 15:51:11 +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"
|
echo "value=$version" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Create the release notes
|
- name: Create the release notes
|
||||||
id: release-notes
|
id: release-notes
|
||||||
run: |
|
run: |
|
||||||
anchor=${{ steps.tag-version.outputs.value }}
|
anchor=${{ steps.tag-version.outputs.value }}
|
||||||
anchor=${anchor//./-}
|
anchor=${anchor//./-}
|
||||||
cat >> "$GITHUB_OUTPUT" <<EOF
|
cat >> "$GITHUB_OUTPUT" <<EOF
|
||||||
|
|
Loading…
Reference in a new issue