summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorketbra <ketbra@users.noreply.github.com>2022-03-07 23:42:43 -0500
committerGitHub <noreply@github.com>2022-03-07 23:42:43 -0500
commit11e56316ad6b04b2a908f7ff263610e4ff8cd84c (patch)
tree750b9c19cb04b8da9a822f8bc5e55f4663bb6faa /.github
parent470a06b974d99a71f877f04e07a704a1da8e7244 (diff)
downloadPerlNavigator-11e56316ad6b04b2a908f7ff263610e4ff8cd84c.zip
Changed release tag format
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index eeaff0e..342a7c2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: release
on:
push:
tags:
- - "[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+"
jobs:
create-release: