Skip to content

Commit 525a351

Browse files
committed
misc gha step improvements
1 parent da78128 commit 525a351

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ jobs:
165165
- if: steps.next-version.outputs.version != ''
166166
name: Tag New Version
167167
run: |
168-
set -euo pipefail
169-
echo "now: $(date -u +"%Y-%m-%dT%H:%M:%S.%3N")"
168+
set -euo pipefail; echo "now: $(date -u +"%Y-%m-%dT%H:%M:%S.%3N")"
170169
git tag v${{ steps.next-version.outputs.version }} # note: prepend 'v'
171170
git push origin --tags
172171

0 commit comments

Comments
 (0)