Skip to content

Commit

Permalink
Fix tag publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Jul 21, 2022
1 parent 91c0054 commit a329217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cocoapods
name: Lint Cocoapods

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag-push-cocoapods.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push CocoaPods
name: Push To CocoaPods

on:
push:
Expand All @@ -8,15 +8,15 @@ on:

jobs:
build:
name: Push CocoaPods
name: Push To CocoaPods
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
Expand Down

0 comments on commit a329217

Please sign in to comment.