Skip to content

Commit 5ddd67e

Browse files
committed
Fix publishing command
1 parent 8b6ef48 commit 5ddd67e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
env:
2121
POD_GITHUB_API_TOKEN: ${{ secrets.CI_ACCESS }}
2222
- name: Publish Pod
23-
run: bundle exec pod repo push https://${POD_GITHUB_API_TOKEN}@github.com/DoubleSymmetry/PrivatePodSpecs.git DSKit.podspec
23+
run: pod repo push https://${POD_GITHUB_API_TOKEN}@github.com/DoubleSymmetry/PrivatePodSpecs.git DSKit.podspec
24+
env:
25+
POD_GITHUB_API_TOKEN: ${{ secrets.CI_ACCESS }}

0 commit comments

Comments
 (0)