Skip to content

Commit

Permalink
fixes (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman authored Sep 30, 2024
1 parent 62a0c33 commit bd19b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
REPO: firebase/firebase-ios-sdk
VERSION: ${{ steps.extract_version.outputs.version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Package release
run: |
Expand All @@ -69,6 +70,7 @@ jobs:
env:
VERSION: ${{ steps.extract_version.outputs.version }}
RELEASE_NOTES: ${{ steps.download_artifact.outputs.release_notes }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Approve pull request
run: |
Expand Down

0 comments on commit bd19b8b

Please sign in to comment.