Skip to content

Commit

Permalink
Fix CD command
Browse files Browse the repository at this point in the history
  • Loading branch information
thekashifmalik committed Jul 7, 2024
1 parent b86ebbe commit bd4abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -eo pipefail

bin/clean
bin/build
gh release create `bin/version` --notes "" build/*
gh release create `bin/version` --notes "`bin/version`" build/*

0 comments on commit bd4abf9

Please sign in to comment.