Skip to content

Commit

Permalink
remove condition to bump from staging
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <jstruga@rocketsoftware.com>
  • Loading branch information
James Struga committed Jul 24, 2024
1 parent 8e5a84c commit 228f3b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- v2.x/master
- v2.x/staging
- v2.x/rc
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
Expand Down Expand Up @@ -183,7 +185,7 @@ jobs:
uses: zowe-actions/shared-actions/release@main

- name: '[Release 2] NPM bump version (if necessary)'
if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' && env.IS_FORMAL_RELEASE_BRANCH == 'true' && env.PRE_RELEASE_STRING == ''}}
if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' }}
uses: zowe-actions/shared-actions/bump-version@main
with:
version: minor
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: launcher
# Component identifier. This identifier matches artifact path in Zowe Artifactory https://zowe.jfrog.io/.
id: org.zowe.launcher
# Component version
version: 2.17.0
version: 2.18.0
# Human readable component name
title: Zowe Launcher
# Human readable component description
Expand Down

0 comments on commit 228f3b3

Please sign in to comment.