Skip to content

Commit

Permalink
fix: remove package.json from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Feb 27, 2024
1 parent c0db97e commit d437eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: '*.json'
file_pattern: '*/version.json'
commit_message: Update version to ${{ needs.fetch-versions.outputs.NEW_VERSION }}

- name: Reset changes
Expand Down
3 changes: 1 addition & 2 deletions frontend/taipy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"fast-deep-equal": "^3.1.3",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"taipy-gui": "file:../../taipy/gui/webapp"
"react-dom": "^18.2.0"
},
"scripts": {
"postinstall": "node scripts/install.js",
Expand Down

0 comments on commit d437eb7

Please sign in to comment.