Skip to content

Commit

Permalink
Update nexus-development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejMDDV authored Oct 30, 2023
1 parent 5f9b04a commit 54a6b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nexus-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
export APP_VERSION=`cat packages/app/package.json | jq -r .version`
export SOURCE_BRANCH=${{ github.ref_name }}
if [[ $SOURCE_BRANCH == "develop" ]] || [[ $SOURCE_BRANCH == "nexus-runner" ]] || ; then
if [[ $SOURCE_BRANCH == "develop" ]] || [[ $SOURCE_BRANCH == "nexus-runner" ]]; then
export ENVIVORMENT_CATALOG_NAME=development
export "BUILD_VERSION=-dev.${{ github.run_number }}"
else
Expand Down

0 comments on commit 54a6b06

Please sign in to comment.