Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Laikulo authored Oct 16, 2023
1 parent 045869f commit b57dfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyproject-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get version number
id: version_number
run: |
tee <<<"KLIPPY_VERSION=$(cat klippy/.version) -a "$GITHUB_OUTPUT"
tee <<<"KLIPPY_VERSION=$(cat klippy/.version)" -a "$GITHUB_OUTPUT"
- name: Create tag+release if not yet present
env:
KLIPPY_VERSION: ${{ steps.version_number.outputs.KLIPPY_VERSION }}
Expand Down

0 comments on commit b57dfe0

Please sign in to comment.