Skip to content

Commit

Permalink
fix:release
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jan 4, 2024
1 parent 52c650f commit 5b34cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v2
with:
token: ${{ secrets.GH_TOKEN }}
release-type: python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v2
with:
token: ${{ secrets.GH_TOKEN }}
release-type: node
Expand Down

0 comments on commit 5b34cc3

Please sign in to comment.