Skip to content

Commit 6a7f3dd

Browse files
committed
chore: prepare release
1 parent 2337e15 commit 6a7f3dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
45-
run: pnpm semantic-release
45+
run: pnpm release

.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tagFormat": "@edged/repo@v${version}",
3-
"branches": ["master", "refactor/monorepo"],
3+
"branches": ["master"],
44
"repositoryUrl": "[email protected]:pmb0/express-sharp.git",
55
"plugins": [
66
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)