Skip to content

Commit

Permalink
Skriverettigheter på riktig steg i publiseringssteg.
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed Dec 20, 2023
1 parent af7ee6d commit ec218b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
if: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'ci skip')
steps:
- uses: actions/checkout@v3
Expand All @@ -49,6 +48,8 @@ jobs:
tag: ${{ env.RELEASE_TAG }}
publish:
runs-on: ubuntu-latest
permissions:
packages: write
needs: release
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ec218b8

Please sign in to comment.