Skip to content

Commit

Permalink
chore: fix missing \ in release script 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Oct 2, 2023
1 parent 8e56e29 commit dde9d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
--arch=arm64 \
--arch=arm \
--base=$BASE \
--tag=$VERSION
--tag=$VERSION \
--push

0 comments on commit dde9d53

Please sign in to comment.