Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima authored Oct 7, 2024
1 parent 1bfde76 commit 932fd4f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ jobs:
permissions:
contents: write # Needed for Allure Report beta

# release-libraries:
# name: Release libraries
# needs:
# - ci-tests
# runs-on: ubuntu-latest
# timeout-minutes: 60
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Release charm libraries
# uses: canonical/charming-actions/[email protected]
# with:
# credentials: ${{ secrets.CHARMHUB_TOKEN }}
# github-token: ${{ secrets.GITHUB_TOKEN }}

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
Expand Down

0 comments on commit 932fd4f

Please sign in to comment.