Skip to content

Commit

Permalink
fix: Enhance release process
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot committed Nov 9, 2023
1 parent 93efde8 commit edb2f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
permissions:
contents: write
issues: read
pull-requests: write # to be able to comment on released pull requests
#pull-requests: write # to be able to comment on released pull requests

jobs:
build:
Expand All @@ -22,10 +22,6 @@ jobs:
uses: cycjimmy/semantic-release-action@v4
with:
branch: 'master'
publish: false
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Get Semantic Release Version
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
}
],
"@semantic-release/github"
]
],
"publish": false
}

0 comments on commit edb2f18

Please sign in to comment.