Skip to content

Commit e60372a

Browse files
committed
Oops mised CI pipeline
1 parent a42b54d commit e60372a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
VERSION="${GITHUB_REF#refs/tags/v}"
3737
echo "Detected tag release: version=$VERSION"
3838
else
39-
VERSION="0.0.3-ci-$(date +'%Y%m%d.%H%M%S')"
39+
VERSION="0.0.4-ci-$(date +'%Y%m%d.%H%M%S')"
4040
echo "Detected CI build: version=$VERSION"
4141
fi
4242
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)