Skip to content

release 1.0.4

release 1.0.4 #1

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: release-update
on:
pull_request:
branches:
- main
types:
- closed
jobs:
release-update:
if: ${{ github.event.pull_request.merged == true }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install GitHub CLI
run: sudo apt-get install gh
- name: Update Release
env:
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_API: ${{ secrets.APP_STORE_CONNECT_API }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: fastlane update_github_release