We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a585d commit 965b848Copy full SHA for 965b848
1 file changed
.github/workflows/main.yml
@@ -14,10 +14,6 @@ permissions:
14
15
jobs:
16
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
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
@@ -26,6 +22,7 @@ jobs:
26
uses: cycjimmy/semantic-release-action@v4
27
with:
28
24
branch: 'master'
25
+ dry_run: true
29
extra_plugins: |
30
@semantic-release/commit-analyzer
31
@semantic-release/release-notes-generator
0 commit comments