Skip to content

Commit

Permalink
fix(script): Fix typo in release script (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny committed Dec 7, 2020
1 parent 5261347 commit 29e3444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euxo pipefeil
set -euxo pipefail

export MAIN_BRANCH="main"

Expand Down

0 comments on commit 29e3444

Please sign in to comment.