Skip to content

Commit

Permalink
fix: 依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jun 13, 2024
1 parent f98a5bd commit 84d6d8d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 45 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
push: true
tags: 14790897/backend-handwriting:latest

release-please-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/release-please-action@v2
with:
token: ${{ secrets.GH_TOKEN }}
release-type: python
package-name: handwriting-backend
path: ./backend
# release-please-backend:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: google-github-actions/release-please-action@v2
# with:
# token: ${{ secrets.GH_TOKEN }}
# release-type: python
# package-name: handwriting-backend
# path: ./backend
permissions:
contents: write
20 changes: 10 additions & 10 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
push: true
tags: 14790897/frontend-handwriting:latest

release-please-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/release-please-action@v2
with:
token: ${{ secrets.GH_TOKEN }}
release-type: node
package-name: handwriting-frontend
path: ./frontend
# release-please-frontend:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: google-github-actions/release-please-action@v2
# with:
# token: ${{ secrets.GH_TOKEN }}
# release-type: node
# package-name: handwriting-frontend
# path: ./frontend
permissions:
contents: write
34 changes: 10 additions & 24 deletions frontend/package-lock.json

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

1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"bootstrap": "^5.3.0",
"core-js": "^3.8.3",
"sweetalert2": "^11.7.12",
"v-viewer": "^1.6.4",
"vue": "^3.2.13",
"vue-i18n": "^9.3.0-beta.24",
"vue-router": "^4.0.3",
Expand Down

0 comments on commit 84d6d8d

Please sign in to comment.