added and used new github action for publishing packages to packagecloud

This commit is contained in:
stone-w4tch3r 2024-12-01 16:53:12 +05:00
parent 6e69c0567a
commit bb173f6864
3 changed files with 48 additions and 0 deletions

View file

@ -24,6 +24,14 @@ jobs:
uses: ./.github/workflows/package.yml
with:
version: ${{ needs.version.outputs.version }}
publish-packages:
needs: [package, version]
name: Publish Packages
uses: ./.github/workflows/publish-packages.yml
with:
version: ${{ needs.version.outputs.version }}
secrets:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
release:
needs: [package, version]
name: Release