Skip to content

Commit

Permalink
fixed issue with version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhash703 committed Nov 8, 2024
1 parent 5d54f02 commit f4ce20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
# Update the version in pubspec.yaml
sed -i "s/^version: .*/version: ${{ env.new_version }}/" pubspec.yaml
sed -i '' "s/^ s.version.*/ s.version = '$NEW_VERSION'/" ios/hypersdkflutter.podspec
sed -i '' "s/^ s.version.*/ s.version = '${{ env.new_version }}'/" ios/hypersdkflutter.podspec
# Commit the updated pubspec.yaml file
git add pubspec.yaml
Expand Down

0 comments on commit f4ce20a

Please sign in to comment.