Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Sep 17, 2020
1 parent 448978a commit 2721e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
push:
tags: [ "v*.[0-99]" ] # only a valid semver tag
tags: [ "v*.*.*" ] # only a valid semver tag

jobs:
goreleaser:
Expand Down

0 comments on commit 2721e02

Please sign in to comment.