Skip to content

Commit

Permalink
ci: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emon526 authored Oct 20, 2023
1 parent 65213ce commit 0e05752
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Set up Checkout
uses: actions/checkout@v3

- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: latest

- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -85,4 +90,4 @@ jobs:
tag_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e05752

Please sign in to comment.