Skip to content

Commit

Permalink
Update cocoapods version
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed May 23, 2024
1 parent d2af85d commit 02ccd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'prerelease-[0-9]+.[0-9]+.[0-9]+-**'
- 'lantern-[0-9]+.[0-9]+.[0-9]+-**'

jobs:
create-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
tags:
# a prerelease noted by a hyphen will not trigger
- 'prerelease-[0-9]+.[0-9]+.[0-9]+'
- 'lantern-[0-9]+.[0-9]+.[0-9]+'

jobs:
create-release:
Expand Down

0 comments on commit 02ccd55

Please sign in to comment.