fix(ci): remove duplicative steps from bundled release workflow

This commit is contained in:
mkorwel
2025-10-28 13:02:10 -07:00
parent b89f64341e
commit d2e96b6c0a
3 changed files with 3 additions and 17 deletions
@@ -17,10 +17,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: 'Install dependencies'
shell: 'bash'
run: 'npm ci'
- name: 'Setup NPMRC'
uses: './.github/actions/setup-npmrc'
with: