Skip to content

Commit

Permalink
chore: update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Jul 30, 2024
1 parent dd603f7 commit c03b3d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
on:
push:
branches: [main]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:

- if: ${{ steps.release.outputs.release_created }}
name: Install Dependencies
run: npm ci
run: npm install

# Now configure node with the registry used for publishing
- if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit c03b3d9

Please sign in to comment.