We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76ff4f commit 5b17240Copy full SHA for 5b17240
.github/workflows/c-cpp.yml
@@ -38,7 +38,7 @@ jobs:
38
id: tag
39
if: github.ref == 'refs/heads/master' && !cancelled()
40
run: |
41
- echo "release_tag=$(echo ${GITHUB_SHA::4})--$(date +"%Y%m%d-%H%M"))" >> $GITHUB_OUTPUT
+ echo "release_tag=$(echo $(date +"%Y%m%d-%H%M")--${GITHUB_SHA::4})" >> $GITHUB_OUTPUT
42
echo "status=success" >> $GITHUB_OUTPUT
43
44
- name: Create changelog
0 commit comments