Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imberezin authored May 22, 2024
1 parent 1f4de81 commit 798e3b9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
jobs:

TAGGING:
runs-on: macos-latest
runs-on: macos-13
environment: Tag
outputs:
output1: ${{ steps.tagging.outputs.tag }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Switching Podspec to release mode
run: |
Expand All @@ -24,13 +24,16 @@ jobs:
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} sh .github/tag.sh
PODS_PUSH:
runs-on: macos-latest
runs-on: macos-13
environment: CocoaPods
needs: TAGGING

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git pull

- name: Updating Cocoapods
run: gem install cocoapods

- name: Updating CocoaPods repo
run: pod repo update
Expand Down

0 comments on commit 798e3b9

Please sign in to comment.