Skip to content

Commit 9efe60a

Browse files
authored
[Infra] Cleanup and small fixes for prerelease.yml (#13439)
1 parent b3ca2f3 commit 9efe60a

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
echo "::set-output name=matrix::{\"include\":$( cat output.json )}"
3636
- name: Update SpecsTesting repo setup
3737
run: |
38-
test_version="${nightly_version}" \
39-
sdk_version_config="${GITHUB_WORKSPACE}/scripts/create_spec_repo/RC_firebase_sdk.textproto" \
40-
podspec_repo_branch="${podspec_repo_branch}" \
38+
podspec_repo_branch="${podspec_repo_branch}" \
4139
scripts/release_testing_setup.sh prerelease_testing
4240
env:
4341
BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -170,9 +168,7 @@ jobs:
170168
- name: Update SpecsTesting repo setup
171169
run: |
172170
# Update/create a nightly tag to the head of the main branch.
173-
test_version="${nightly_version}" \
174-
sdk_version_config="${GITHUB_WORKSPACE}/scripts/create_spec_repo/RC_firebase_sdk.textproto" \
175-
podspec_repo_branch="${podspec_repo_branch}" \
171+
podspec_repo_branch="${podspec_repo_branch}" \
176172
scripts/release_testing_setup.sh prerelease_testing
177173
env:
178174
BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}

scripts/create_spec_repo/RC_firebase_sdk.textproto

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/release_testing_setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ if [ "$TESTINGMODE" = "release_testing" ]; then
3232
cd "${local_sdk_repo_dir}"
3333
elif [ "$TESTINGMODE" = "prerelease_testing" ]; then
3434
git fetch --tags --quiet origin main
35-
git checkout main
3635
fi
3736

3837
# The chunk below is to determine the latest version by searching

0 commit comments

Comments
 (0)