Skip to content

Commit

Permalink
refactor(web): auth improvement and adding release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
manekenpix committed Feb 25, 2025
1 parent b2fa619 commit 01aed41
Show file tree
Hide file tree
Showing 19 changed files with 531 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: api-${{ github.event.inputs.tag }}
release_name: Release api-${{ github.event.inputs.tag }}
release_name: api-${{ github.event.inputs.tag }}
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion .github/workflows/cd-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: web-${{ github.event.inputs.tag }}
release_name: Release web-${{ github.event.inputs.tag }}
release_name: web-${{ github.event.inputs.tag }}
draft: false
prerelease: false
2 changes: 2 additions & 0 deletions .github/workflows/format_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
cd web
npm install
npm build
npm run lint
npm run format
Expand All @@ -67,5 +68,6 @@ jobs:
run: |
cd api
npm install
npm build
npm run lint
npm run format
Loading

0 comments on commit 01aed41

Please sign in to comment.