Skip to content

Commit

Permalink
Release drafter update (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldsphinx authored Jan 20, 2022
1 parent 0c7fe99 commit 7dd363c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.36.0
env:
GITHUB_TOKEN: ${{ secrets.COMPOSABLE_GITHUB_TOKEN }}
WITH_V: true

- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.COMPOSABLE_GITHUB_TOKEN }}


0 comments on commit 7dd363c

Please sign in to comment.