Skip to content

Commit

Permalink
Fix typo in package publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBroomy committed Dec 9, 2024
1 parent 16bf337 commit 0d0ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub CI"
uvx --from rust-just just publish-packageackage
uvx --from rust-just just publish-package
- name: Minimize uv Cache
run: uv cache prune --ci

0 comments on commit 0d0ad05

Please sign in to comment.