File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Check Manifest
2323 run : |
2424 MANIFEST_VERSION=$(cat manifest-beta.json | python3 -c "import sys, json; print(json.load(sys.stdin)['version'])")
25- TAG_VERSION=${{ github.ref_name } }
25+ TAG_VERSION=${GITHUB_REF_NAME }
2626 test "v${MANIFEST_VERSION}" = "${TAG_VERSION}"
2727 - run : bazel build ...
2828 - run : bazel test --test_output=errors ...
Original file line number Diff line number Diff line change 1313 - name : Check Manifest
1414 run : |
1515 MANIFEST_VERSION=$(cat manifest.json | python3 -c "import sys, json; print(json.load(sys.stdin)['version'])")
16- TAG_VERSION=${{ github.ref_name } }
16+ TAG_VERSION=${GITHUB_REF_NAME }
1717 test "v${MANIFEST_VERSION}" = "${TAG_VERSION}"
1818 # Release artifacts were published with the beta. Fetch instead of rebuilding.
1919 - uses : robinraju/release-downloader@v1.11
You can’t perform that action at this time.
0 commit comments