Skip to content

Commit

Permalink
fix: adjust badge value change for app version update
Browse files Browse the repository at this point in the history
  • Loading branch information
zzorica committed Jun 29, 2024
1 parent 76ecde7 commit 13d6496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/support_update_version_badge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
WATKINS_VERSION=$(awk -F'["]' '/WATKINS_VERSION=/{print $2}' setup.sh)
NEW_VERSION=$(helm show chart oci://ghcr.io/daytonaio/charts/watkins --version "$WATKINS_VERSION" 2>/dev/null | grep 'appVersion:' | awk '{print $2}')
sed -i "s/APP_VERSION-[0-9]\+\.[0-9]\+\.[0-9]-blue\+/APP_VERSION-$NEW_VERSION-blue/g" README.md
sed -i "s/App_Version-[0-9]\+\.[0-9]\+\.[0-9]-blue\+/App_Version-$NEW_VERSION-blue/g" README.md
- name: Commit README.md
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 13d6496

Please sign in to comment.