Skip to content

Commit

Permalink
release on master branch and work on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Oct 2, 2023
1 parent 2304fde commit a10b37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- release
- master

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: "release",
branches: "master",
tagFormat: "${version}",
plugins: [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit a10b37c

Please sign in to comment.