Skip to content

Commit

Permalink
fix(ci): fix bump version fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghorbani committed Nov 26, 2024
1 parent dc411bc commit 722cfa5
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 @@ -58,7 +58,7 @@ jobs:

# Step 5: Bump version using Fastlane
- name: Bump version
run: bundle exec fastlane bump_version version_type=${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version_type || 'patch' }}
run: bundle exec fastlane bump_version version_type:${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version_type || 'patch' }}

# Step 6: Commit and push version changes
- name: Commit and push version changes
Expand Down

0 comments on commit 722cfa5

Please sign in to comment.