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.
2 parents 01eda7c + ee4a176 commit 69fd786Copy full SHA for 69fd786
.github/workflows/release.yml
@@ -62,10 +62,12 @@ jobs:
62
- name: apt-ftparchive release
63
run: |
64
apt-ftparchive -o APT::FTPArchive::Release::Origin="Arne Jørgensen" -o APT::FTPArchive::Release::Label="${{ steps.go-version.outputs.module }}" release . > Release
65
- echo 'Changelogs: https://systemd-state.arnested.dk/changelog?path=@CHANGEPATH@' >> Release
+ echo "Changelogs: $(gh api /repos/{owner}/{repo}/pages --jq .html_url)changelog?path=@CHANGEPATH@" >> Release
66
gpg -abs --no-tty --batch --yes -o - Release > Release.gpg
67
gpg --clearsign --no-tty --batch --yes -o - Release > InRelease
68
working-directory: site
69
+ env:
70
+ GH_TOKEN: ${{ github.token }}
71
- uses: ZacJW/[email protected]
72
with:
73
input_files: '[["README.md"]]'
0 commit comments