Skip to content

Commit f3dcfe6

Browse files
authored
fix(ci): bump snapshot version prefix from 0.0.0 to 0.0.2 (#658)
1 parent dd10240 commit f3dcfe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/set-snapshot-version/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Set Snapshot Version
2-
description: Set snapshot version (0.0.0-g{sha}.{timestamp}) for pre-release builds
2+
description: Set snapshot version (0.0.2-g{sha}.{timestamp}) for pre-release builds
33

44
outputs:
55
version:
@@ -15,5 +15,5 @@ runs:
1515
run: |
1616
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-8)
1717
BUILD_TIME=$(date -u +%Y%m%d-%H%M)
18-
VERSION="0.0.0-g${SHORT_SHA}.${BUILD_TIME}"
18+
VERSION="0.0.2-g${SHORT_SHA}.${BUILD_TIME}"
1919
echo "version=${VERSION}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)