Skip to content

Commit

Permalink
Move VERSION def before build in PR Gold CI (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Feb 6, 2025
1 parent 8a3e0cf commit 596d49b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate_pr_gold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
with:
just-version: 1.26.0

- name: Take care of versioning
run: |
source ${GITHUB_WORKSPACE}/.github/actions/common.sh
echo "Old Label: $(ldmx_gold_label)"
echo "${GITHUB_REF##refs/tags/}" > ${LDMX_VERSION_FILE}
echo "New Label: $(ldmx_gold_label)"
- name: Compile and Install ldmx-sw
run: |
just install-denv init configure-force-error
Expand Down

0 comments on commit 596d49b

Please sign in to comment.