Skip to content

Commit

Permalink
Merge pull request #20 from zowe/allow-all
Browse files Browse the repository at this point in the history
test first-time publish
  • Loading branch information
zFernand0 authored Feb 1, 2024
2 parents afe755f + b6e1340 commit 20eec28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
{
name: "main",
channel: "latest",
// level: "minor",
level: "minor",
devDependencies: {
"@zowe/imperative": "zowe-v2-lts",
"@zowe/zowe-explorer-api": "zowe-v2-lts",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Build Source
run: npm run build

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

0 comments on commit 20eec28

Please sign in to comment.