Skip to content

Commit d4b9f39

Browse files
committed
fix milestone closure release-note generator
1 parent def9069 commit d4b9f39

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
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@master
1212
- name: Create Release Notes Markdown
13-
uses: docker://decathlon/release-notes-generator-action:3.1.5
13+
uses: docker://ghcr.io/rohwerj/release-notes-generator-action:v1.0.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
1616
OUTPUT_FOLDER: temp_release_notes

0 commit comments

Comments
 (0)