Skip to content

Commit 4ba1607

Browse files
author
Dzianis Dashkevich
committed
chore: rename workflow name from github-release to release and add discussion category name for github releases
1 parent 51b3ed4 commit 4ba1607

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/github-release.yml renamed to .github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: github-release
1+
name: release
22
on:
33
push:
44
tags:
@@ -7,7 +7,7 @@ on:
77
# match semver pre-releases
88
- "v[0-9]+.[0-9]+.[0-9]+-*"
99
jobs:
10-
github-release:
10+
release:
1111
env:
1212
# Set this if you want a netlify example
1313
NETLIFY_BASE: 'muxjs.netlify.app/'
@@ -73,3 +73,4 @@ jobs:
7373
files: |
7474
dist/**/*.js
7575
dist/**/*.css
76+
discussion_category_name: Releases

0 commit comments

Comments
 (0)