Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkataco committed Feb 3, 2024
1 parent c2ecafb commit 8335f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git fetch --tags
# current_tag="${GITHUB_REF#refs/tags/}"
current_tag=v0.0.2-dev
previous_tag=$(git tag --sort=-creatordate | grep -A1 $CURRENT_TAG | tail -n1)
previous_tag=$(git tag --sort=-creatordate | grep -A1 "$current_tag" | tail -n1)
GIT_COMMIT=1 ./update_versions.sh "$previous_tag" "$current_tag"
# - name: 'Package Charts'
Expand Down

0 comments on commit 8335f79

Please sign in to comment.