We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_REF
1 parent a0b1775 commit cddbf05Copy full SHA for cddbf05
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
python setup.py sdist bdist_wheel
37
- name: Check version number match
38
run: |
39
+ export GITHUB_REF=refs/tags/${{ github.event.release.tag_name }}
40
echo "GITHUB_REF: ${GITHUB_REF}"
41
# Make sure the package version is the same as the tag
42
grep -Rq "^Version: ${GITHUB_REF:11}$" mcbackend.egg-info/PKG-INFO
0 commit comments