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 0506fb6 commit 86ad9aaCopy full SHA for 86ad9aa
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
working-directory: site
48
- name: apt-ftparchive release
49
run: |
50
- apt-ftparchive release . > Release
+ apt-ftparchive -o APT::FTPArchive::Release::Origin="Arne Jørgensen" -o APT::FTPArchive::Release::Label="${{ steps.go-version.outputs.module }}" release . > Release
51
gpg -abs --no-tty --batch --yes -o - Release > Release.gpg
52
gpg --clearsign --no-tty --batch --yes -o - Release > InRelease
53
0 commit comments