Skip to content

Commit

Permalink
chore: version up 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Apr 18, 2024
1 parent 3a02471 commit f5747d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Version up and generate changelog
run: |
npm version ${{ github.event.inputs.tag }} -m "chore: version up ${{ github.event.inputs.tag }}"
git push origin ${{ github.event.inputs.tag }}
git push origin "v${{ github.event.inputs.tag }}"
npm run release:changelog
git add .
git commit -m "chore: generate changelog for ${{ github.event.inputs.tag }}"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moldable",
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"node": ">=20.0.0"
},
Expand Down

0 comments on commit f5747d7

Please sign in to comment.