We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a5d87 commit 8a0454dCopy full SHA for 8a0454d
.github/workflows/compose-full-changelog.yaml
@@ -26,7 +26,7 @@ jobs:
26
mkdir "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}"
27
28
# Get the changelog file name to build
29
- CHANGELOG_FILE_NAME="${{ steps.tag_name.outputs.TAG_NAME }}-${date --iso-8601=s}.md"
+ CHANGELOG_FILE_NAME="${{ steps.tag_name.outputs.TAG_NAME }}-$(date --iso-8601=s).md"
30
31
# Create manifest file pointing to latest changelog file name
32
echo "$CHANGELOG_FILE_NAME" >> "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}/latest.txt"
0 commit comments