Skip to content

Commit

Permalink
Merge pull request #479 from nimblehq/release/4.5.0
Browse files Browse the repository at this point in the history
Release - 4.5.0
  • Loading branch information
vnntsu authored Jun 2, 2023
2 parents 384dd51 + c605339 commit d581dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_app_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Deploy Build To App Store
### SSH_PRIVATE_KEY for Match Repo
### MATCH_PASS
### APPSTORE_CONNECT_API_KEY
### API_KEY_ID
### ISSUER_ID

on:
push:
Expand Down Expand Up @@ -72,6 +74,9 @@ jobs:
run: bundle exec fastlane buildAndUploadToAppStore
env:
APPSTORE_CONNECT_API_KEY: ${{ secrets.APPSTORE_CONNECT_API_KEY }}
API_KEY_ID: ${{ secrets.API_KEY_ID }}
ISSUER_ID: ${{ secrets.ISSUER_ID }}
BUMP_APP_STORE_BUILD_NUMBER: "true"

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down
26 changes: 0 additions & 26 deletions fastlane/Managers/EnvironmentManager.rb

This file was deleted.

0 comments on commit d581dcc

Please sign in to comment.