Skip to content

Commit 57478dc

Browse files
authored
Update import.yml
1 parent 3f44e15 commit 57478dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repository: ${{ env.MAIN_REPO_OWNER }}/${{ env.MAIN_REPO_REPO }}
2323
ref: ${{ github.event.client_payload.tag }}
2424
path: .ios-repo
25-
- name: Import release ${{ github.event.client_payload.tag }}
25+
- name: Import release ${{ env.IOS_SDK_REPO_TAG }}
2626
id: import-release
2727
uses: ./.github/actions/import-release
2828
with:

0 commit comments

Comments
 (0)