Skip to content

Commit

Permalink
Fix option name for invoke setver (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA authored Mar 7, 2022
1 parent a3e4022 commit 4772c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Update version and tag
run: |
invoke setver --ver="${GITHUB_REF#refs/tags/}"
invoke setver --version="${GITHUB_REF#refs/tags/}"
git add oteapi/__init__.py CHANGELOG.md
git commit -m "Release ${GITHUB_REF#refs/tags/} - Changelog"
Expand Down

0 comments on commit 4772c76

Please sign in to comment.