ci: add packages to dev
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
pull-requests: write # to be able to comment on released pull requests
|
||||
id-token: write # to enable use of OIDC for npm provenance
|
||||
packages: write
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@@ -66,9 +66,6 @@ jobs:
|
||||
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
|
||||
run: pnpm audit signatures
|
||||
|
||||
- name: Install semantic-release dependencies
|
||||
run: pnpm add @semantic-release/changelog
|
||||
|
||||
- name: Build package
|
||||
run: pnpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user