Skip to content

Commit

Permalink
Fix adding missing backslash in multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed Apr 25, 2024
1 parent b675d0a commit f13d497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
--cache-from type=local,src=/tmp/.buildx-cache \
--cache-to type=local,dest=/tmp/.buildx-cache-new,mode=max \
--tag publish_vite_plugin_vue_examples \
--load
--load \
.
- name: Publish vite_plugin_vue_examples
run: |
Expand Down

0 comments on commit f13d497

Please sign in to comment.