Skip to content

Commit

Permalink
fix: Resolve problem when running release in Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cablespaghetti committed Oct 1, 2020
1 parent 6fcf756 commit 9ea36fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- run:
name: Build release assets and binaries
command: |
git reset --hard
make release
./dist/assets/lstags-linux/lstags --version
Expand Down

0 comments on commit 9ea36fc

Please sign in to comment.