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 8991ea8 commit 869cbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
# current_tag="${GITHUB_REF#refs/tags/}"
current_tag=v0.0.2-dev
previous_tag=$(git tag --sort=-creatordate | grep -A1 "$current_tag" | tail -n1)
echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_ENV
echo "PREVIOUS_VERSION=${PREVIOUS_VERSION}" >> $GITHUB_ENV
echo "CURRENT_VERSION=${current_tag}" >> $GITHUB_ENV
echo "PREVIOUS_VERSION=${previous_tag}" >> $GITHUB_ENV
- name: 'Automatically update chart versions'
run: |
Expand Down

0 comments on commit 869cbfe

Please sign in to comment.