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:
authorXhmikosR <xhmikosr@gmail.com>2020-03-09 19:22:28 +0300
committerGitHub <noreply@github.com>2020-03-09 19:22:28 +0300
commit1339e9e3304a25149544dbe34c6ce6a09ba7a3a2 (patch)
tree9cd00185591c80c2ea7209f10e3c47fed766c801 /.github
parent5bd0f100fc4e340164d12cd03f9777ff5017b956 (diff)
Update release-notes.yml (#145)
* use the v5 tag instead of a pinned version * remove `with-config` since we use the default location/filename
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-notes.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index c8f0c1890..1c9932b5e 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -9,8 +9,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5.7.0
- with:
- config-name: release-drafter.yml
+ - uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}