Skip to content

Commit de312a1

Browse files
committed
fix milestone closure release-note generator
1 parent 5c692cd commit de312a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@master
1616
- name: Create Release Notes Markdown
17-
uses: docker://decathlon/release-notes-generator-action:3.1.5
17+
uses: docker://ghcr.io/rohwerj/release-notes-generator-action:v1.0.0
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
2020
OUTPUT_FOLDER: temp_release_notes

0 commit comments

Comments
 (0)