Skip to content

Commit

Permalink
fixup release action
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed May 27, 2020
1 parent 7c7fbfb commit 823fa85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/commit-analyzer,
@semantic-release/github,
@semantic-release/release-notes-generator,
@semantic-release/commit-analyzer
@semantic-release/github
@semantic-release/release-notes-generator
@semantic-release/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions .release.rc

This file was deleted.

7 changes: 7 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
branches: master
repositoryUrl: https://github.com/gwatcha/reaper-keys
plugins: |
@semantic-release/github
@semantic-release/release-notes-generator
@semantic-release/[email protected]

0 comments on commit 823fa85

Please sign in to comment.