Skip to content

Commit f36d00f

Browse files
authored
Merge pull request #2659 from input-output-hk/dlachaume/restore-missing-section-in-unstable-release-notes
fix: restore missing section in unstable release notes
2 parents b790062 + 4bb1b2d commit f36d00f

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+1
-1
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ runs:
131131
EOF
132132
133133
- name: Fetch the latest version of the unstable tag
134-
if: contains(inputs.version-name, 'unstable')
134+
if: contains(inputs.tag, 'unstable')
135135
shell: bash
136136
run: |
137137
cat >> ./release-notes-addon.txt << EOF

0 commit comments

Comments
 (0)