Skip to content

Commit

Permalink
chore: change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BO-LIKE-CHICKEN committed Jul 15, 2024
1 parent 5f2014f commit 6fcf396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}
run: pnpm run release
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
"githubUrl": "https://[email protected]"
}
]
]
Expand Down

0 comments on commit 6fcf396

Please sign in to comment.