Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ concurrency:
cancel-in-progress: true

permissions:
contents: write
pull-requests: write
contents: write # Required to create releases
pull-requests: write # Required to create comments on the PRs
Comment thread
MariusStorhaug marked this conversation as resolved.

jobs:
Release:
Expand All @@ -35,5 +35,3 @@ jobs:

- name: Release
uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2
Comment thread
MariusStorhaug marked this conversation as resolved.
Comment thread
MariusStorhaug marked this conversation as resolved.
with:
IncrementalPrerelease: false