ci: remove obsolete Buildkite publish workflow

This commit is contained in:
Aikawa Yataro 2025-01-08 09:51:00 +00:00
parent ac0b4f33f6
commit 41c4d91896
No known key found for this signature in database
GPG key ID: 1C5D95FB10179404
3 changed files with 0 additions and 46 deletions

View file

@ -24,12 +24,6 @@ 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
secrets:
BUILDKITE_TOKEN: ${{ secrets.BUILDKITE_TOKEN }}
release:
needs: [package, version]
name: Release