Skip to content

Commit

Permalink
ci: fix release changelog fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Sep 12, 2023
1 parent 26d6a88 commit 97d0c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ jobs:
- name: Convert Github changelog for Artifacthub
shell: python
env:
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
run: |
import os, yaml, re, requests
Expand Down

0 comments on commit 97d0c2a

Please sign in to comment.