Skip to content

Commit 9b4d0b6

Browse files
authored
Update prerelease workflow to allow warnings. (#9866)
1 parent 585b4c8 commit 9b4d0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
bot-access.txt "$bot_token_secret"
133133
- name: Update SpecsTesting repo
134134
run: |
135-
[[ ${{ matrix.podspec }} == true ]] && ALLOWWARNINGS=true
135+
[[ ${{ matrix.allowwarnings }} == true ]] && ALLOWWARNINGS=true
136136
botaccess=`cat bot-access.txt`
137137
cd scripts/create_spec_repo/
138138
swift build

0 commit comments

Comments
 (0)