Skip to content

Commit

Permalink
Fixing release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorGov committed May 24, 2022
1 parent 3924db5 commit f7dbd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Build
run: |
cd ui && npm i && npm run build
go build -ldflags="-X 'main.Version=$VERSION'" -o "$BINARY_NAME" -v
cd .. && go build -ldflags="-X 'main.Version=$VERSION'" -o "$BINARY_NAME" -v
# - name: Release Notes
# run:
# git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md"
Expand Down

0 comments on commit f7dbd58

Please sign in to comment.