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

Commit

Permalink
Fix release process tags (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorva-marisomaradhya authored Sep 28, 2021
1 parent ce1a2b3 commit 217d6bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: release
on:
push:
tags:
- "v*.*.*"
- "v[0-9]+.[0-9]+.[0-9]+"
tags-ignore:
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"

jobs:
goreleaser:
Expand Down

0 comments on commit 217d6bf

Please sign in to comment.