Skip to content

Commit

Permalink
Fix bug in check version
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg committed Oct 16, 2024
1 parent 6374fe0 commit 13cfa57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/check-version.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Get shortened version of release tag
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Check release version is set correctly in every file
run: python3 utilities/check-version.py ${RELEASE_VERSION}
run: python3 utilities/check-version.py ${{ env.RELEASE_VERSION }}

run_tests:
uses: ./.github/workflows/ci.yml
Expand Down

0 comments on commit 13cfa57

Please sign in to comment.