Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Oct 19, 2023
1 parent 5162130 commit 5c0a527
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,32 @@ on:

jobs:
publish-annotations:
permissions:
contents: write
packages: write
uses: ./.github/workflows/publish-annotations.yml
publish-ksp:
permissions:
contents: write
packages: write
uses: ./.github/workflows/publish-ksp.yml
publish-converters:
permissions:
contents: write
packages: write
uses: ./.github/workflows/publish-converters.yml
publish-compiler-plugin:
permissions:
contents: write
packages: write
uses: ./.github/workflows/publish-compiler-plugin.yml
publish-gradle:
permissions:
contents: write
packages: write
uses: ./.github/workflows/publish-gradle.yml
publish-ktorfit-lib:
permissions:
contents: write
packages: write
uses: ./.github/workflows/publish-ktorfit-lib.yml

0 comments on commit 5c0a527

Please sign in to comment.