We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f386333 commit 4b69110Copy full SHA for 4b69110
1 file changed
.github/workflows/docker.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Ensure CHANGELOG date is today
104
run: |
105
today="$(date '+%Y-%m-%d')"
106
- changelog="$(grep -E '^## \[${{ ssteps.semver.outputs.group1 }}\] ·' \
+ changelog="$(grep -E '^## \[${{ steps.semver.outputs.group1 }}\] ·' \
107
CHANGELOG.md \
108
| cut -d' ' -f4 | tr -d ' ')"
109
echo "Changelog: $changelog"
0 commit comments