Skip to content

Commit 965b848

Browse files
committed
fix: Enhance release process
1 parent d4a585d commit 965b848

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ permissions:
1414

1515
jobs:
1616
build:
17-
permissions:
18-
# Give the default GITHUB_TOKEN write permission to commit and push the
19-
# added or changed files to the repository.
20-
contents: write
2117
runs-on: ubuntu-latest
2218
steps:
2319
- name: Checkout
@@ -26,6 +22,7 @@ jobs:
2622
uses: cycjimmy/semantic-release-action@v4
2723
with:
2824
branch: 'master'
25+
dry_run: true
2926
extra_plugins: |
3027
@semantic-release/commit-analyzer
3128
@semantic-release/release-notes-generator

0 commit comments

Comments
 (0)