Skip to content

Commit

Permalink
remove -y option
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jul 9, 2024
1 parent 5d25b36 commit bd36b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
NEW_APP_VERSION="${APP_VERSION_PARTS[0]}.${APP_VERSION_PARTS[1]}.$((APP_VERSION_PARTS[2] + 1))"
fi
yq -iy '.version = strenv(NEW_VERSION)' Chart.yaml
yq -iy '.appVersion = strenv(NEW_APP_VERSION)' Chart.yaml
yq -i '.version = strenv(NEW_VERSION)' Chart.yaml
yq -i '.appVersion = strenv(NEW_APP_VERSION)' Chart.yaml
echo "new_version=$NEW_VERSION" >> $GITHUB_ENV
echo "New version: $NEW_VERSION"
Expand Down

0 comments on commit bd36b4f

Please sign in to comment.