Skip to content

Commit

Permalink
chore: fix more release task
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 29, 2024
1 parent a86bbf7 commit 346594f
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 @@ -50,7 +50,7 @@ jobs:
- name: Commit changelog
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
branch: main
file_pattern: '*.md'
commit_message: 'chore: sync changelog'

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "inclusion-vapor",
"private": true,
"version": "0.0.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/kazupon/inclusion-vapor/issues"
Expand Down Expand Up @@ -99,6 +100,5 @@
"prettier --parser=typescript --write",
"eslint --fix"
]
},
"version": "0.0.0"
}
}

0 comments on commit 346594f

Please sign in to comment.