We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd34ff9 commit 5f2fc90Copy full SHA for 5f2fc90
.github/workflows/publish-release.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
repository: apollographql/apollo-ios-codegen
28
path: "checkout/apollo-ios-codegen"
29
- ref: main
+ ref: ${{ github.ref_name }}
30
31
# Setup SSH Keys
32
- name: Setup SSH Keys
@@ -90,6 +90,6 @@ jobs:
90
- name: Dispatch apollo-ios-xcframework
91
shell: bash
92
run: |
93
- gh workflow run release-new-version.yml -f remoteRef=${{ env.RELEASE_VERSION }} --repo "apollographql/apollo-ios-xcframework"
+ gh workflow run release-new-version.yml -f localRef=${{ github.ref_name }} remoteRef=${{ env.RELEASE_VERSION }} --repo "apollographql/apollo-ios-xcframework"
94
env:
95
GH_TOKEN: ${{ secrets.APOLLO_IOS_PAT }}
0 commit comments