mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
fix: correct publish-ppa-package version
This commit is contained in:
parent
8d4d82ccb5
commit
6ea88b058d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-ppa.yml
vendored
2
.github/workflows/publish-ppa.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: yuezk/publish-ppa-package@v1
|
||||
- uses: yuezk/publish-ppa-package@v1.0.0
|
||||
with:
|
||||
repository: 'ppa:flexiondotorg/quickemu'
|
||||
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
|
||||
|
|
Loading…
Reference in a new issue