Skip to content

Commit 2bcc2d6

Browse files
committed
ci: revert release debug
1 parent 3fcbae2 commit 2bcc2d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release-packages.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ jobs:
4040
- name: Install Dependencies
4141
run: npm ci
4242

43-
# - name: Build config packages
44-
# run: npm run prestart
43+
- name: Build config packages
44+
run: npm run prestart
4545

46-
# - name: Run Tests
47-
# run: npm run test
46+
- name: Run Tests
47+
run: npm run test
4848

49-
# - name: Build
50-
# run: npm run build
49+
- name: Build
50+
run: npm run build
5151

52-
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
53-
# run: npm audit signatures
52+
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
53+
run: npm audit signatures
5454

5555
# if publish to npm
5656
- name: Setup npm auth
@@ -79,4 +79,4 @@ jobs:
7979

8080
- name: Release Packages
8181
# https://github.com/lerna/lerna/tree/main/libs/commands/publish#readme
82-
run: npm exec -- lerna publish ${{ inputs.positional != 'default' && inputs.positional || '' }} --yes --no-private --no-push --no-git-tag-version
82+
run: npm exec -- lerna publish ${{ inputs.positional != 'default' && inputs.positional || '' }} --yes --no-private

0 commit comments

Comments
 (0)