Skip to content

Commit

Permalink
chore: test increase package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyen-hl committed Jun 28, 2024
1 parent cfa62eb commit 155a3ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tag-main-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
run: |
git tag $TAG_NAME
git push origin $TAG_NAME
echo "done"
- name: Create GitHub Release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 155a3ba

Please sign in to comment.