Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oded-outbrain committed Apr 29, 2021
1 parent 984a8c2 commit 24c5862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Cocoapods Release

on:
release:
Expand Down Expand Up @@ -28,6 +28,7 @@ jobs:
git config user.name "Oded Regev via CI"
git config user.email "oregev@outbrain.com"
git checkout master
git add OutbrainSDK.podspec
git commit -m "Bump version in OutbrainSDK.podspec"
git pull
Expand Down

0 comments on commit 24c5862

Please sign in to comment.