Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noamtamim authored Jun 25, 2020
1 parent 94a028c commit 81c8e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Swift Build and Publish
name: Tag and publish

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
run: pod repo update
- name: Tag
run: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} sh .github/tag-me.sh
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} sh .github/tag.sh
- name: Push
run: |
PODS_USER=${{ secrets.PODS_USER }} PODS_PASS=${{ secrets.PODS_PASS }} sh .github/push-me.sh
PODS_USER=${{ secrets.PODS_USER }} PODS_PASS=${{ secrets.PODS_PASS }} sh .github/publish.sh

0 comments on commit 81c8e40

Please sign in to comment.