Skip to content

Commit

Permalink
fix: release plugin order matters
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Oct 2, 2020
1 parent 8d39fa8 commit ebc9edb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
token: ${{ secrets.RELEASE_TOKEN }}
- run: npm i
- run: npm run build
- run: npm run docs
Expand Down
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ branches:
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/github"
- "@semantic-release/npm"
- - "@semantic-release/git"
- assets:
- docs/**/*
- package.json
- package-lock.json
- "@semantic-release/github"
- "@semantic-release/npm"
options:
debug: true

0 comments on commit ebc9edb

Please sign in to comment.