Skip to content

Commit

Permalink
ci: update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusJx authored Sep 16, 2023
1 parent f5103ee commit 65991bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:
permissions: write-all
runs-on: ubuntu-latest

steps:
Expand All @@ -36,6 +35,7 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event.inputs.dry-run != 'true'
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 65991bc

Please sign in to comment.