Skip to content

Commit

Permalink
Fix GitHub release script flags
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Apr 18, 2021
1 parent fad4ad3 commit 68eded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release_github.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -xe
set -xEuo pipefail

uploadReleaseToGitHub() {
git fetch --tags
Expand Down

0 comments on commit 68eded9

Please sign in to comment.