Skip to content

Commit

Permalink
chore: ignore 1.0.x tags when publishing to production
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Jul 6, 2023
1 parent e6cb18d commit bd3f55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
- "!0.25.[0-9]+"
- "!0.26.[0-9]+"
- "!1.0.[0-9]+"

permissions:
id-token: write
Expand Down

0 comments on commit bd3f55b

Please sign in to comment.