Skip to content

Commit 869d68e

Browse files
committed
t4
1 parent a2cec1a commit 869d68e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
prepare-release:
18-
name: "Prepare release"
18+
name: "Make release"
1919
runs-on: ubuntu-latest
2020
outputs:
2121
zip_name: ${{ env.ADDON_ZIP_NAME }}
@@ -73,7 +73,6 @@ jobs:
7373
- name: Extract latest changes for GitHub
7474
#if: ${{ github.ref_type == 'tag' }}
7575
run: |
76-
mv artifacts/CHANGELOG.md .
7776
awk '/^## / { if (!found) { found=1; print; next } else { exit } } found' CHANGELOG.md > latest_changes.md
7877
cat latest_changes.md
7978

0 commit comments

Comments
 (0)