Skip to content

Commit

Permalink
ci: Update GitHub workflow configurations.
Browse files Browse the repository at this point in the history
- Update release-drafter.yml to improve comparison link text
- Modify permissions to `write-all` in release.yaml GitHub workflow
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent 0a9c818 commit b3f3dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version-resolver:
template: |
## :rocket: What's Changed
[:books: `Compare from $PREVIOUS_TAG`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$CURRENT_TAG)
[:books: `Compare Previous Release`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)
$CHANGES
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: write
permissions: write-all

jobs:
release:
Expand Down

0 comments on commit b3f3dc6

Please sign in to comment.