Skip to content

Commit

Permalink
Update version of used datap platform workflows to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Nov 27, 2023
1 parent 22ca032 commit 45a44e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_5_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v5
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6
with:
channel: 5/edge
artifact-name: ${{ needs.build.outputs.artifact-name }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
contents: write # Needed to create GitHub release
contents: write # Needed to create GitHub release

0 comments on commit 45a44e3

Please sign in to comment.