Skip to content

Commit 79924a8

Browse files
Merge pull request #158 from dev-sec/micheelengronne-patch-2
API rate limiter debug
2 parents 54afd07 + 929ed4f commit 79924a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020

2121
- name: calculate next version
2222
id: version
23-
uses: charmixer/auto-changelog-action@8095796
23+
uses: patrickjahns/version-drafter-action@v1
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Generate changelog
28-
uses: charmixer/auto-changelog-action@v1
28+
uses: charmixer/auto-changelog-action@8095796
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
since_tag: ${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)