Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-11-07 16:03:57 +0300
committerGitHub <noreply@github.com>2020-11-07 16:03:57 +0300
commit695260cf0d73636980c9d47431ee2820225f4deb (patch)
treed434753abda519fe6f035cff79e9aef650813c6d /.github
parent5bc567082b4c24cd59370dc7ccae142e01660340 (diff)
Set up release drafter action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-drafter.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index b1c0cbd..2c30bcd 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -12,8 +12,5 @@ jobs:
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
- with:
- # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
- # config-name: my-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}