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 da78128 commit 525a351Copy full SHA for 525a351
.github/workflows/cicd.yml
@@ -165,8 +165,7 @@ jobs:
165
- if: steps.next-version.outputs.version != ''
166
name: Tag New Version
167
run: |
168
- set -euo pipefail
169
- echo "now: $(date -u +"%Y-%m-%dT%H:%M:%S.%3N")"
+ set -euo pipefail; echo "now: $(date -u +"%Y-%m-%dT%H:%M:%S.%3N")"
170
git tag v${{ steps.next-version.outputs.version }} # note: prepend 'v'
171
git push origin --tags
172
0 commit comments