Skip to content

Commit

Permalink
Apparently that space was important.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Oct 6, 2023
1 parent 8b30a8d commit 3848c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Store version
id: version
run: echo "VERSION=$(make version-print)" >>$GITHUB_OUTPUT
run: echo "VERSION=$(make version-print)" >> $GITHUB_OUTPUT

- name: Update container
run: sudo apt update
Expand Down

0 comments on commit 3848c34

Please sign in to comment.