Skip to content

Commit

Permalink
Merge pull request #97 from zowe/fix-sw
Browse files Browse the repository at this point in the history
update workflow and release config
  • Loading branch information
zFernand0 authored Feb 6, 2024
2 parents 58233da + a820ecd commit a118fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ module.exports = {
[
"@octorelease/lerna",
{
pruneShrinkwrap: ["@zowe/cics-for-zowe-cli"],
// The shrinkwrap pruning should happen after only as part of the prepack of the CLI Plug-in
// pruneShrinkwrap: ["@zowe/cics-for-zowe-cli"],

// Use Lerna only for versioning and publish packages independently
npmPublish: false,
versionIndependent: ["cics-extension-for-zowe"],
Expand All @@ -58,15 +60,13 @@ module.exports = {
"latest": ["zowe-v2-lts"],
},
npmPublish: true,
tarballDir: "dist",
},
{
$cwd: "packages/cli",
aliasTags: {
"latest": ["zowe-v2-lts"],
},
npmPublish: true,
tarballDir: "dist",
},
],
[
Expand All @@ -75,7 +75,6 @@ module.exports = {
$cwd: "packages/vsce",
ovsxPublish: true,
vscePublish: true,
vsixDir: "dist",
},
],
[
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Build Source
run: npm run build

- uses: zowe-actions/octorelease@v1
- uses: zowe-actions/octorelease@temp-lerna-fix
env:
GIT_COMMITTER_NAME: ${{ secrets.ZOWE_ROBOT_USER }}
GIT_COMMITTER_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}
Expand Down

0 comments on commit a118fa2

Please sign in to comment.