Skip to content

Commit

Permalink
fix main deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jose <[email protected]>
  • Loading branch information
joseantmazonsb committed Oct 12, 2021
1 parent aa898d6 commit de2a717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Get version
id: get_version
run: |
- echo "::set-output name=version::$(cat pyproject.toml | grep version | xargs | cut -d " " -f 3)
- echo "::set-output name=version::$(cat pyproject.toml | grep version | xargs | cut -d ' ' -f 3)"
- name: Build artifacts
run: |
- ./build.sh
Expand Down

0 comments on commit de2a717

Please sign in to comment.