Skip to content

Commit

Permalink
ci(github): tidy release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Mar 26, 2024
1 parent 8007e98 commit 6ff5e5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: release-please
on:
push:
branches:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Install dependencies
run: npm install
run: npm ci --prefer-offline

- name: Publish
run: npm publish
Expand Down

0 comments on commit 6ff5e5a

Please sign in to comment.