Skip to content

Commit

Permalink
Merge pull request #3153 from zowe/fix/deployment-next
Browse files Browse the repository at this point in the history
Fix deployment on next and push pre-release
  • Loading branch information
JillieBeanSim authored Sep 25, 2024
2 parents a601dbc + ed23667 commit fab89ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- main
- maintenance
- next
- v1-lts
- v2-lts
- release/3.*
paths:
- .github/release.config.js
- .github/workflows/deployment.yml
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-next.202409230847",
"version": "3.0.0-next.202409251145",
"command": {
"version": {
"forcePublish": true,
Expand Down

0 comments on commit fab89ae

Please sign in to comment.