Skip to content

Commit

Permalink
fix(ci): publish patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed May 25, 2021
1 parent 634a3b7 commit 81d5d69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
uses: cycjimmy/semantic-release-action@v2
with:
dry_run: false
extra_plugins: |
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
11 changes: 1 addition & 10 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@
"release": {
"branches": ["master"],
"tagFormat": "v${version}"
},
"plugins": [
["@semantic-release/git", {
"assets": [
"package.json",
"package-lock.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
}
}

0 comments on commit 81d5d69

Please sign in to comment.