Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Aug 20, 2024
1 parent ae9e5d2 commit fcdba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check version
run: '[ "${{ release.tag_name }}" == `poetry version` ]'
run: '[ "${{ github.ref_name }}" == `poetry version` ]'

0 comments on commit fcdba85

Please sign in to comment.