Skip to content

Commit

Permalink
Merge pull request #564 from utam0k/improvement/release-actions-inclu…
Browse files Browse the repository at this point in the history
…de-v

The release tag generally begins with v
  • Loading branch information
YJDoc2 authored Dec 26, 2021
2 parents 0f8a44f + 29bce7a commit 91b7632
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
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]

jobs:
build:
Expand Down

0 comments on commit 91b7632

Please sign in to comment.