Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeuffer authored Jan 19, 2023
1 parent ceb5876 commit 417a1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-autowrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
packages_dir: ${{ github.workspace }}/dist

- name: Parse version
run: echo "version=$(python3 -c 'from autowrap.version import __version__ as v; print("%d.%d.%d" % v)')" >> GITHUB_OUTPUT
run: echo "version=$(python3 -c 'from autowrap.version import __version__ as v; print("%d.%d.%d" % v)')" >> $GITHUB_OUTPUT
id: version

- name: Create github release
Expand Down

0 comments on commit 417a1f4

Please sign in to comment.