Skip to content

Commit

Permalink
ci(release): release from master-branch
Browse files Browse the repository at this point in the history
Somehow the release from the release-branch does not work.
  • Loading branch information
JPSchellenberg committed Feb 29, 2020
1 parent 19642c1 commit 111cbf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release
on:
push:
branches:
- release

- master
jobs:
release:
runs-on: macOS-latest
Expand Down
1 change: 0 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
branches: ['release'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 111cbf0

Please sign in to comment.