Skip to content

Commit

Permalink
chore: release and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Jun 5, 2023
1 parent b1f161e commit d9b58a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,8 @@ jobs:

- name: Install Dependencies
run: |
brew install carthage
sudo gem install cocoapods
- name: Carthage update
run: carthage update --platform iOS --use-xcframeworks

- name: Carthage build
run: carthage build --no-skip-current --use-xcframeworks

- name: CocoaPods spec lint
run: pod lib lint Google-Maps-iOS-Utils.podspec

Expand Down
5 changes: 0 additions & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ plugins:
from: "(?!6.2.1|4.1.0)([0-9]+).([0-9]+).([0-9]+)"
to: "${nextRelease.version}"

- files:
- "README.md"
from: "from: \"([0-9]+).([0-9]+).([0-9]+)\""
to: "from: \"${nextRelease.version}\""

- files:
- "Package.swift"
from: "v([0-9]+).([0-9]+).([0-9]+)"
Expand Down

0 comments on commit d9b58a0

Please sign in to comment.