Skip to content

Commit

Permalink
fix: problem with tags config of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 24, 2023
1 parent 03b2583 commit 0dd141e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: release
on:
push:
tags:
- "v*"
tags-ignore:
- "v1" # This is a convenience tag that is moved to the latest v1 release
- v1.*

permissions:
contents: write
Expand Down

0 comments on commit 0dd141e

Please sign in to comment.