Skip to content

Commit

Permalink
fix: workflow shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi authored Nov 8, 2024
1 parent 9fd4254 commit e103252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
version=$(grep -Po '(?<=version = ")[^"]*' pyproject.toml)
echo "version=$version" >> $GITHUB_ENV
shell: bash

- name: build
run: |
Expand Down

0 comments on commit e103252

Please sign in to comment.