Skip to content

Commit

Permalink
Test Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Dec 20, 2023
1 parent ecf364a commit 3430568
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prepare Release
on:
push:
branches:
- "dp/test_final_release"
- "master"
env:
XCODE_VERSION: "['14.1', '14.2', '14.3.1', '15.0.1']"
PLATFORM: "['ios', 'osx', 'watchos', 'tvos', 'catalyst']"
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish release
on: workflow_dispatch
on:
push:
branches:
- "dp/test_final_release"
env:
XCODE_VERSION: "['14.1', '14.2', '14.3.1', '15.0.1', '15.1']"
jobs:
Expand Down Expand Up @@ -49,7 +52,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
workflow: master-push.yml
commit: ${{ github.sha }}
commit: ecf364a2da29aa459eedfe55cf5c5715a6c97ed2
name: realm-docs
workflow_conclusion: completed
- name: Unzip docs
Expand All @@ -76,7 +79,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
workflow: master-push.yml
commit: ${{ github.sha }}
commit: ecf364a2da29aa459eedfe55cf5c5715a6c97ed2
path: ${{ github.workspace }}/release_pkg
workflow_conclusion: completed
- name: Create Github release
Expand Down Expand Up @@ -154,6 +157,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ matrix.xcode-version }}
- name: Run installation test
run: |
echo "REALM_TEST_RELEASE=${{ needs.prepare.outputs.VERSION }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3430568

Please sign in to comment.