Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 Fixing release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Oct 31, 2023
1 parent c6b8e48 commit 367130f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
run: echo "IMAGE_TAG=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Build binaries
run: make release
run: |
echo $IMAGE_TAG
git describe --always --dirty | cut -b2-
make release
- name: Create release with binaries
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 367130f

Please sign in to comment.