From 9cf24f75b3096bc768152b83f016ef3abcae69c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:50:37 +0900 Subject: [PATCH] =?UTF-8?q?[remove]=20#135=20hotfix=20=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/hotfix.yml | 56 ------------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 .github/workflows/hotfix.yml diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml deleted file mode 100644 index 6c7b4ebf..00000000 --- a/.github/workflows/hotfix.yml +++ /dev/null @@ -1,56 +0,0 @@ -# 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: hotfix - -on: - push: - branches: [ "hotfix/*" ] - -jobs: - build: - runs-on: macos-latest - - steps: - - uses: actions/checkout@v4 - - - name: Set up Xcode - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.4' - - # - uses: shimataro/ssh-key-action@v2 - # with: - # key: ${{ secrets.SSH_KEY }} - # known_hosts: ${{ secrets.KNOWN_HOSTS }} - - - name: initial mise - run: | - curl https://mise.jdx.dev/install.sh | sh - echo "$HOME/.local/share/mise/bin" >> $GITHUB_PATH - echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH - - - name: initial tuist - run: mise install tuist - - - name: Generate Project - env: - MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} - MATCH_URL: ${{ secrets.MATCH_URL }} - APP_STORE_CONNECT_TEAM_ID: ${{ secrets.APP_STORE_CONNECT_TEAM_ID }} - DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }} - run: fastlane generate - - - name: Build Archive - 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 }} - run: fastlane archive - - - name: Beta 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 }} - run: fastlane release