Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuni authored Sep 2, 2021
1 parent a1cc7eb commit a33d16e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: "sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"
- uses: actions/checkout@v2
- name: Get tag version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
id: get_version
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
- name: Set app version
run: sed -i .bak 's/MARKETING_VERSION = 1.0.0;/MARKETING_VERSION = ${{ env.RELEASE_VERSION }};/g' YDS.xcodeproj/project.pbxproj
- name: Configure Keychain
Expand Down

0 comments on commit a33d16e

Please sign in to comment.