Skip to content

Commit

Permalink
Nexus (#1477) (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejMDDV authored Oct 17, 2023
2 parents 775bfb8 + 833eb35 commit c5d0a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nexus-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
run: |
export APP_VERSION=`echo -n v && cat packages/app/package.json | jq -r .version`
export SOURCE_BRANCH=${{ github.base_ref }}
export SOURCE_BRANCH=${{ github.ref_name }}
if [[ $SOURCE_BRANCH == "develop" ]]; then
export BRANCH_NAME=development
export "VERSION=-dev.${{ github.run_number }}"
Expand Down

0 comments on commit c5d0a52

Please sign in to comment.