Skip to content

Commit

Permalink
chore: github actions context ref usage
Browse files Browse the repository at this point in the history
  • Loading branch information
suned committed Nov 19, 2023
1 parent d3c7736 commit c41b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
poetry install
- name: Check version
run: |
tag=$(echo ${{ github.ref }} | cut -d / -f 3)
tag=$(echo ${{ github.ref_name }} | cut -d / -f 3)
poetry run python scripts/check_version.py pyproject.toml $tag
- name: Release pfun
env:
Expand Down

0 comments on commit c41b964

Please sign in to comment.