Skip to content

Commit 4b69110

Browse files
committed
Fix typo in Docker CI spec
1 parent f386333 commit 4b69110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Ensure CHANGELOG date is today
104104
run: |
105105
today="$(date '+%Y-%m-%d')"
106-
changelog="$(grep -E '^## \[${{ ssteps.semver.outputs.group1 }}\] ·' \
106+
changelog="$(grep -E '^## \[${{ steps.semver.outputs.group1 }}\] ·' \
107107
CHANGELOG.md \
108108
| cut -d' ' -f4 | tr -d ' ')"
109109
echo "Changelog: $changelog"

0 commit comments

Comments
 (0)