Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Oct 2, 2024
1 parent e73b72d commit 89e0a2a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/publish-rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ on:

jobs:
publish-rock:
runs-on: ubuntu-22.04
steps:
- name: Publish rock
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
artifact-prefix: ${{ needs.go-build.outputs.artifact-prefix }}
permissions:
packages: write
contents: write
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
artifact-prefix: ${{ needs.go-build.outputs.artifact-prefix }}
permissions:
packages: write
contents: write

0 comments on commit 89e0a2a

Please sign in to comment.