From 2a6ae17cfb122f1434709e38bdf8648fd7e3f039 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Fri, 19 Apr 2024 14:55:34 +0200 Subject: [PATCH] fix(ci): typo in semver rev check (#2213) ## Description Typo... Hate that this is not possible to really test before merging. ## Breaking Changes ## Notes & open questions ## Change checklist - [ ] Self-review. - [ ] Documentation updates if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0690e8f1b1..e63209f4f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: if: ${{ github.event_name == 'push' || github.event_name == 'merge_group' }} shell: bash run: | - echo "HEAD_COMMIT_SHA=$(git rev-parse origin/main" >> ${GITHUB_ENV} + echo "HEAD_COMMIT_SHA=$(git rev-parse origin/main)" >> ${GITHUB_ENV} - name: Check semver # uses: obi1kenobi/cargo-semver-checks-action@v2 uses: n0-computer/cargo-semver-checks-action@feat-baseline