Skip to content

Commit c3e657e

Browse files
committed
debug
1 parent f4f657a commit c3e657e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-asset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333

3434
- name: Validate version
3535
run: |
36-
VERSION="v$(cat VERSION)"
36+
VERSION="v$(cat ./VERSION)"
3737
if [[ "$TAG" != "$VERSION" ]]; then
38-
echo "VERSION does not match commit tag"
38+
echo "VERSION $VERSION does not match commit tag $TAG"
3939
exit 1
4040
fi
4141
env:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0-rc.0
1+
0.15.0-rc.1

0 commit comments

Comments
 (0)