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

Commit

Permalink
Update version if updated [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Mar 16, 2024
1 parent 3afec96 commit f07b06b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ jobs:
git fetch
git checkout main
git add version.go
git commit -m "[CI] Bump version to $VERSION"
git push -u origin main
if [[ $(git diff) != "" ]]; then
git commit -m "[CI] Bump version to $VERSION"
git push -u origin main
fi

0 comments on commit f07b06b

Please sign in to comment.