Skip to content

Commit

Permalink
Final publish of V1
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 5, 2024
1 parent a4313b3 commit 6c73cd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@ module.exports = {
aliasTags: {
"latest": ["zowe-v2-lts"],
},
npmPublish: false,
npmPublish: true,
tarballDir: "dist",
},
{
$cwd: "packages/cli",
aliasTags: {
"latest": ["zowe-v2-lts"],
},
npmPublish: false,
npmPublish: true,
tarballDir: "dist",
},
],
[
"@octorelease/vsce",
{
$cwd: "packages/vsce",
ovsxPublish: false,
vscePublish: false,
ovsxPublish: true,
vscePublish: true,
vsixDir: "dist",
},
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Check Changelog Updated
id: checkchangelogupdated
uses: awharn/check_changelog_action@temp-lerna
uses: awharn/check_changelog_action@v1
with:
header: '## Recent Changes'
file: 'CHANGELOG.md'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
# path: dist/*

release:
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_protected
# if: github.event_name == 'push' && github.ref_protected
if: github.event_name == 'push' && github.ref_protected
needs: test
runs-on: ubuntu-latest

Expand Down Expand Up @@ -124,7 +123,7 @@ jobs:
- name: Build Source
run: npm run build

- uses: zowe-actions/octorelease@fix/allow-first-time-publish2
- uses: zowe-actions/octorelease@v1
env:
GIT_COMMITTER_NAME: ${{ secrets.ZOWE_ROBOT_USER }}
GIT_COMMITTER_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}
Expand Down

0 comments on commit 6c73cd5

Please sign in to comment.