Skip to content

Commit

Permalink
ci: disable semantic-release for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Oct 24, 2023
1 parent 778a3c4 commit 2b79dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
Expand Down

0 comments on commit 2b79dc1

Please sign in to comment.