Skip to content

Commit

Permalink
fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed May 27, 2020
1 parent 38b0a9d commit 1300973
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/github
@semantic-release/release-notes-generator
@semantic-release/[email protected]
extra_plugins:
- "@semantic-release/github"
- "@semantic-release/changelog"
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
branches: master
repositoryUrl: https://github.com/gwatcha/reaper-keys
plugins: |
@semantic-release/github
@semantic-release/changelog@3.0.0
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
plugins:
- "@semantic-release/github"
- "@semantic-release/changelog"
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"

0 comments on commit 1300973

Please sign in to comment.