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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-03-08 08:31:21 +0300
committerGitHub <noreply@github.com>2020-03-08 08:31:21 +0300
commit84cf4e7a4b38ca6b166b3f17a27c7bf2478f33c5 (patch)
treeae23f041167ca8b51685eb16d4c0979bf2aa331b /.github
parent2515c890deb53eeaa4108ca598049fc2301249c2 (diff)
Fix release notes Action error
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-notes.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index e23dc87be..c8f0c1890 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -11,7 +11,6 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v5.7.0
with:
- # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
- # config-name: my-config.yml
+ config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}