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 f4f657a commit c3e657eCopy full SHA for c3e657e
.github/workflows/release-asset.yml
@@ -33,9 +33,9 @@ jobs:
33
34
- name: Validate version
35
run: |
36
- VERSION="v$(cat VERSION)"
+ VERSION="v$(cat ./VERSION)"
37
if [[ "$TAG" != "$VERSION" ]]; then
38
- echo "VERSION does not match commit tag"
+ echo "VERSION $VERSION does not match commit tag $TAG"
39
exit 1
40
fi
41
env:
VERSION
@@ -1 +1 @@
1
-0.15.0-rc.0
+0.15.0-rc.1
0 commit comments