Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
ci: only publish to cocoapods if version tag
Browse files Browse the repository at this point in the history
This ensure that other tags, including testing tags are ignored.
  • Loading branch information
CassiusPacheco committed Nov 28, 2022
1 parent c9683a2 commit c424c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Cocoapods
on:
push:
tags:
- '*'
- "v*.*.*"

jobs:
publish_cocoapods:
Expand Down

0 comments on commit c424c32

Please sign in to comment.