CI: specify aptly-publish version to use to publish new release (to avoid cache problem)

This commit is contained in:
Benjamin Renard 2025-02-25 17:53:34 +01:00
parent 0381aa546a
commit 629b4b5fcf
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -81,7 +81,7 @@ jobs:
name: dist name: dist
- name: "Publish Debian package on Aptly repository" - name: "Publish Debian package on Aptly repository"
uses: https://gitea.zionetrix.net/bn8/aptly-publish@master uses: https://gitea.zionetrix.net/bn8/aptly-publish@2025.2.1
with: with:
api_url: ${{ vars.apt_api_url }} api_url: ${{ vars.apt_api_url }}
api_username: ${{ vars.apt_api_username }} api_username: ${{ vars.apt_api_username }}