Skip to content

Commit

Permalink
Update update-image-tag.yaml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
petercort authored Dec 28, 2024
1 parent 710441d commit cf44f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-image-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Get new version
id: get_version
run: |
NEW_VERSION=$(grep '^appVersion:' app.version | awk '{print $2}')
echo $NEW_VERSION
NEW_VERSION=$(cat app.version)
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
- name: Checkout FBF Config Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit cf44f3e

Please sign in to comment.