Skip to content

Commit a5b9446

Browse files
committed
updated release workflow
1 parent ee0bca3 commit a5b9446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Deploy to Cocoapods
2020
run: |
2121
set -eo pipefail
22-
pod trunk push Apexy.podspec
22+
pod trunk push Apexy.podspec --allow-warnings --verbose
2323
env:
2424
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 commit comments

Comments
 (0)