mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix typo in push packagecloud workflow
This commit is contained in:
parent
d0f6d59f6f
commit
0f499c9d37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
|
@ -344,7 +344,7 @@ jobs:
|
|||
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
|
||||
push-rhel:
|
||||
needs: [wait-builds]
|
||||
uses: ./.github/workflows/staging-push-packagecloud.yml
|
||||
uses: ./.github/workflows/push-packagecloud.yml
|
||||
with:
|
||||
SEPARATOR: "-"
|
||||
SUFFIX: 1.x86_64
|
||||
|
|
|
|||
Loading…
Reference in a new issue