We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d6a88 commit 97d0c2aCopy full SHA for 97d0c2a
.github/workflows/release.yml
@@ -567,7 +567,7 @@ jobs:
567
- name: Convert Github changelog for Artifacthub
568
shell: python
569
env:
570
- GITHUB_CHANGELOG_URL: https://github.com/${{ env.GITHUB_REPOSITORY }}/releases/download/v${{ needs.draft-release.outputs.version }}/CHANGELOG.md
+ GITHUB_CHANGELOG_URL: https://github.com/enix/x509-certificate-exporter/releases/download/v${{ needs.draft-release.outputs.version }}/CHANGELOG.md
571
run: |
572
import os, yaml, re, requests
573
0 commit comments