Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe authored Feb 1, 2021
1 parent 4899802 commit 11b623f
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 @@ -25,7 +25,7 @@ jobs:
- name: setup fastlane
run: brew install fastlane
- name: bump version
run: fastlane run version_bump_podspec parameter1:"SkeletonView.podspec" parameter2:"${{ github.event.inputs.release_version }}"
run: fastlane bump_version next_version:${{ github.event.inputs.release_version }}

commit_changes:
needs: bump_pod_version
Expand Down

0 comments on commit 11b623f

Please sign in to comment.