We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cec1a commit 869d68eCopy full SHA for 869d68e
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
prepare-release:
18
- name: "Prepare release"
+ name: "Make release"
19
runs-on: ubuntu-latest
20
outputs:
21
zip_name: ${{ env.ADDON_ZIP_NAME }}
@@ -73,7 +73,6 @@ jobs:
73
- name: Extract latest changes for GitHub
74
#if: ${{ github.ref_type == 'tag' }}
75
run: |
76
- mv artifacts/CHANGELOG.md .
77
awk '/^## / { if (!found) { found=1; print; next } else { exit } } found' CHANGELOG.md > latest_changes.md
78
cat latest_changes.md
79
0 commit comments