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 b67bc9e commit 544ef27Copy full SHA for 544ef27
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
MANIFEST_VERSION=$(cat manifest.json | python3 -c "import sys, json; print(json.load(sys.stdin)['version'])")
25
TAG_VERSION=${{ github.ref_name }}
26
- test "${MANIFEST_VERSION}" = "${TAG_VERSION}"
+ test "v${MANIFEST_VERSION}" = "${TAG_VERSION}"
27
- run: bazel build ...
28
- run: bazel test --test_output=errors ...
29
- name: Create Release
0 commit comments