Skip to content

Commit

Permalink
chore: rename workflow name from github-release to release and add di…
Browse files Browse the repository at this point in the history
…scussion category name for github releases
  • Loading branch information
Dzianis Dashkevich committed Mar 1, 2023
1 parent 51b3ed4 commit 4ba1607
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: github-release
name: release
on:
push:
tags:
Expand All @@ -7,7 +7,7 @@ on:
# match semver pre-releases
- "v[0-9]+.[0-9]+.[0-9]+-*"
jobs:
github-release:
release:
env:
# Set this if you want a netlify example
NETLIFY_BASE: 'muxjs.netlify.app/'
Expand Down Expand Up @@ -73,3 +73,4 @@ jobs:
files: |
dist/**/*.js
dist/**/*.css
discussion_category_name: Releases

0 comments on commit 4ba1607

Please sign in to comment.