Skip to content

Commit 97d0c2a

Browse files
committed
ci: fix release changelog fetch
1 parent 26d6a88 commit 97d0c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ jobs:
567567
- name: Convert Github changelog for Artifacthub
568568
shell: python
569569
env:
570-
GITHUB_CHANGELOG_URL: https://github.com/${{ env.GITHUB_REPOSITORY }}/releases/download/v${{ needs.draft-release.outputs.version }}/CHANGELOG.md
570+
GITHUB_CHANGELOG_URL: https://github.com/enix/x509-certificate-exporter/releases/download/v${{ needs.draft-release.outputs.version }}/CHANGELOG.md
571571
run: |
572572
import os, yaml, re, requests
573573

0 commit comments

Comments
 (0)