Skip to content

Commit

Permalink
ci: update version extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Sep 29, 2024
1 parent a09e6f0 commit 45be714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: "multi-build"
- name: Get current version
id: version
run: echo "version=$(python3 scripts/get_version.py)" >> $GITHUB_OUTPUT
run: echo "version=$(python3 scripts/common/py/get_version.py)" >> $GITHUB_OUTPUT
- name: Form a tag name
id: tagname
run: echo "tagname=v${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 45be714

Please sign in to comment.