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.
2 parents f249ec9 + 0d6e50d commit ed911f0Copy full SHA for ed911f0
.github/workflows/release-on-tag.yml
@@ -15,9 +15,7 @@ jobs:
15
16
- name: Verify version
17
run: |
18
- TAG=$(git describe --tags --abbrev=0)
19
- VERSION=${TAG:1}
20
- echo "TAG: $TAG"
+ VERSION=$(git describe --tags --abbrev=0)
21
echo "VERSION: $VERSION"
22
PKG_JSON_VERSION=$(jq -r '.version' <"$GITHUB_WORKSPACE/package.json")
23
if [ "$VERSION" != "$PKG_JSON_VERSION" ]; then
0 commit comments