Skip to content

Commit

Permalink
Only install library deps when publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Jan 27, 2025
1 parent 38e877c commit 01ba48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: "@aikidosec"
- name: Install dependencies
run: npm install
run: npm run install-lib-only
- name: Get the version
id: get_version
run: echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 01ba48d

Please sign in to comment.