Skip to content

Commit

Permalink
hardcode test build version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Nov 23, 2021
1 parent 0dad36a commit b396571
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test_build_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Add RELEASE_VERSION to env
run: echo "RELEASE_VERSION=0.0.9" >> $GITHUB_ENV
- name: Read podspec.txt file
uses: pCYSl5EDgo/cat@master
id: podspec
Expand Down Expand Up @@ -84,12 +82,6 @@ jobs:
name: RiveRuntime.podspec
- name: Lint pod
run: pod lib lint --allow-warnings
- name: Download RELEASE_VERSION
uses: actions/download-artifact@v2
with:
name: RELEASE_VERSION
- name: Add RELEASE_VERSION to env
run: echo "RELEASE_VERSION=$(cat RELEASE_VERSION)" >> $GITHUB_ENV
- name: Push pod to test-ios repo
run: |
git status
Expand All @@ -102,3 +94,4 @@ jobs:
git push origin v${{ env.RELEASE_VERSION }}
env:
API_TOKEN_GITHUB: ${{ secrets.RIVE_REPO_PAT }}
RELEASE_VERSION: 0.0.1

0 comments on commit b396571

Please sign in to comment.