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

Commit

Permalink
test dirty version
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 28, 2023
1 parent f1dd6d3 commit da1776c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ jobs:
- name: Build Everest release
run: |
cd ${GITHUB_WORKSPACE}/backend
git commit -a -m "chore FE"
echo "version: $(git describe --always --tags --dirty | cut -b2-)"
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make release
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.idea/

/bin/
/public/dist/*

*.pem
*.out
Expand Down

0 comments on commit da1776c

Please sign in to comment.