Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
i.o.novikov committed Mar 30, 2022
1 parent 00905b7 commit 9d434c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/merge_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ jobs:
with:
xcodeproj_path: "TinkoffID.xcodeproj"
scheme_name: "TinkoffID-Package"
podspec_name: "TinkoffID.podspec"
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
inputs:
bump_type:
default: "patch"
required: true
type: string
description: "bump type for version"
Expand All @@ -15,7 +14,6 @@ jobs:
with:
xcodeproj_path: "TinkoffID.xcodeproj"
scheme_name: "TinkoffID-Package"
podspec_name: "TinkoffID.podspec"
bump_type: ${{ inputs.bump_type }}
secrets:
cocapods_trunk_token: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 comments on commit 9d434c7

Please sign in to comment.