Skip to content

Commit

Permalink
fix: Use refname instead of release name
Browse files Browse the repository at this point in the history
Cause tag is ref not release
  • Loading branch information
GeckoEidechse committed Apr 5, 2023
1 parent 5b01deb commit ad19a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip install toml
- name: Run check
run: |
python3 scripts/check_version_numbers.py --release ${{github.event.release.tag_name}}
python3 scripts/check_version_numbers.py --release ${{github.ref_name}}
build:
needs: ensure-same-version
Expand Down

0 comments on commit ad19a08

Please sign in to comment.