Skip to content

Commit 4590435

Browse files
Try manual changelog for 2.3.5
1 parent 8aa3c28 commit 4590435

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/compose-full-changelog.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
name: Compose full changelog
1+
name: Compose full changelog (Manual)
22

33
on:
4-
release:
5-
types:
6-
- edited
4+
workflow_dispatch:
75

86
env:
97
CHANGELOG_ARTIFACTS: changelog
@@ -41,7 +39,7 @@ jobs:
4139
mkdir "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}"
4240
4341
# Get the changelog file name to build
44-
CHANGELOG_FILE_NAME="${{ steps.tag_name.outputs.TAG_NAME }}-$(date +%s).md"
42+
CHANGELOG_FILE_NAME="v2.3.5-$(date +%s).md"
4543
4644
# Create manifest file pointing to latest changelog file name
4745
echo "$CHANGELOG_FILE_NAME" >> "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}/latest.txt"

0 commit comments

Comments
 (0)