Skip to content

Commit

Permalink
PusherSwift podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Jul 28, 2022
1 parent ba4a24f commit 6527d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
continue-on-error: true
run: |
npm install --location=global podspec-bump
export TAG=$(podspec-bump --dump-version -p PusherSwift.pods)
export TAG=$(podspec-bump --dump-version -p PusherSwift.podspec)
echo "TAG=$TAG" >> $GITHUB_ENV
export CHECK_TAG=$(git tag | grep $TAG)
if [[ $CHECK_TAG ]]; then
Expand Down

0 comments on commit 6527d76

Please sign in to comment.