Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 906a566

Browse files
authored
Merge pull request #51 from nissy-dev/bugfix-release-ci
Fix release tergger condition
2 parents 94e67aa + 7aebc6f commit 906a566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name-template: 'v$RESOLVED_VERSION 🌈'
1+
name-template: 'Release v$RESOLVED_VERSION 🌈'
22
tag-template: 'v$RESOLVED_VERSION'
33
categories:
44
- title: '🚀 Features'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: automatic release
22
on:
33
push:
44
tags:
5-
- '*'
5+
- 'v*'
66
jobs:
77
release:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)