Skip to content

Commit

Permalink
archive(8.2) preparation: ignore 8.2.x tags when publishing to produc…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
pepopowitz committed Nov 13, 2024
1 parent 3be4004 commit f1d5896
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 @@ -12,6 +12,7 @@ on:
- "!1.3.[0-9]+"
- "!8.0.[0-9]+"
- "!8.1.[0-9]+"
- "!8.2.[0-9]+"

permissions:
id-token: write
Expand Down

0 comments on commit f1d5896

Please sign in to comment.