Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 4, 2024
1 parent 1ffce62 commit 96cbcc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
pull-requests: write

jobs:
release-please:
release-client:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
Expand All @@ -30,12 +30,13 @@ jobs:
name: Install pnpm
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Build project
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pnpm install
pnpm run build
## save latest version tag
Expand Down

0 comments on commit 96cbcc3

Please sign in to comment.