mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:47:32 +00:00
chore(goreleaser): publish to discord and brew (#3576)
* chore(goreleaser): publish to discord and brew * chore: rename caos to zitadel * chore: remove console and grpc upload
This commit is contained in:
12
.github/workflows/zitadel.yml
vendored
12
.github/workflows/zitadel.yml
vendored
@@ -61,18 +61,6 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
RELEASE_VERSION: ${{ steps.semantic.outputs.release-version }} # I think this line is not needed. Nevertheless, it's explicit
|
||||
- name: Publish gRPC clients
|
||||
uses: actions/upload-artifact@v2
|
||||
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
||||
with:
|
||||
name: grpc-clients
|
||||
path: .artifacts/grpc
|
||||
- name: Publish console
|
||||
uses: actions/upload-artifact@v2
|
||||
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
||||
with:
|
||||
name: console
|
||||
path: .artifacts/console
|
||||
- name: Publish go coverage
|
||||
uses: codecov/codecov-action@v3.1.0
|
||||
with:
|
||||
|
Reference in New Issue
Block a user