Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Jun 12, 2024
1 parent 72b2f53 commit f0ae885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_version_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
outputs:
REUSE_DEV_VERSION: ${{env.NEXT_DEV_VERSION}}
REUSE_RELEASE_VERSION: ${{env.NEXT_RELEASE_VERSION}}
if: ${{github.event.inputs.action}} == 'Custom'
if: github.event.inputs.action == 'Custom'
steps:
- name: Stops If Fields Are Empty
if: ${{env.DEVELOPMENT_VERSION_INPUT}} == '' && ${{env.RELEASE_VERSION_INPUT}} == ''
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
get_version:
runs-on: ubuntu-latest
name: Get Version
if: ${{github.event.inputs.action}} != 'Custom'
if: github.event.inputs.action != 'Custom'
outputs:
RELEASE_VERSION: ${{steps.splitVersion.outputs._0}}
_MAJOR: ${{steps.splitVersionMinor.outputs._0}}
Expand Down

0 comments on commit f0ae885

Please sign in to comment.