Skip to content

Merge pull request #86 from canonical/DPE-4828-fix-client-endpoint-name #45

Merge pull request #86 from canonical/DPE-4828-fix-client-endpoint-name

Merge pull request #86 from canonical/DPE-4828-fix-client-endpoint-name #45

Workflow file for this run

# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: Release to Charmhub
on:
push:
branches:
- main
jobs:
ci-tests:
name: Tests
uses: ./.github/workflows/ci.yaml
secrets: inherit
build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected]

Check failure on line 18 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "canonical/data-platform-workflows/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
channel: 2/edge
artifact-name: ${{ needs.build.outputs.artifact-name }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
contents: write # Needed to create GitHub release