Skip to content

Commit a820ecd

Browse files
committed
update workflow and release config
Signed-off-by: zFernand0 <[email protected]>
1 parent 58233da commit a820ecd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/release.config.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ module.exports = {
4444
[
4545
"@octorelease/lerna",
4646
{
47-
pruneShrinkwrap: ["@zowe/cics-for-zowe-cli"],
47+
// The shrinkwrap pruning should happen after only as part of the prepack of the CLI Plug-in
48+
// pruneShrinkwrap: ["@zowe/cics-for-zowe-cli"],
49+
4850
// Use Lerna only for versioning and publish packages independently
4951
npmPublish: false,
5052
versionIndependent: ["cics-extension-for-zowe"],
@@ -58,15 +60,13 @@ module.exports = {
5860
"latest": ["zowe-v2-lts"],
5961
},
6062
npmPublish: true,
61-
tarballDir: "dist",
6263
},
6364
{
6465
$cwd: "packages/cli",
6566
aliasTags: {
6667
"latest": ["zowe-v2-lts"],
6768
},
6869
npmPublish: true,
69-
tarballDir: "dist",
7070
},
7171
],
7272
[
@@ -75,7 +75,6 @@ module.exports = {
7575
$cwd: "packages/vsce",
7676
ovsxPublish: true,
7777
vscePublish: true,
78-
vsixDir: "dist",
7978
},
8079
],
8180
[

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Build Source
127127
run: npm run build
128128

129-
- uses: zowe-actions/octorelease@v1
129+
- uses: zowe-actions/octorelease@temp-lerna-fix
130130
env:
131131
GIT_COMMITTER_NAME: ${{ secrets.ZOWE_ROBOT_USER }}
132132
GIT_COMMITTER_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}

0 commit comments

Comments
 (0)