Skip to content

Commit

Permalink
JCF: try to hardwire in the same nightly tag as in the special packag…
Browse files Browse the repository at this point in the history
…e.pys I created for fddatautilities
  • Loading branch information
Dune committed Apr 12, 2024
1 parent 83e591c commit e196a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-fddatautilities-alma9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- id: create_nightly_tag
run: |
date_tag=$(date +%y%m%d)
echo "nightly_tag=${{ github.event.inputs.tag-prefix }}_DEV_${date_tag}_A9" >> "$GITHUB_OUTPUT"
echo "Using fixed tag of ${{ github.event.inputs.tag-prefix }}_DEV_240408_A9"
echo "nightly_tag=${{ github.event.inputs.tag-prefix }}_DEV_240408_A9" >> "$GITHUB_OUTPUT"
cat "$GITHUB_OUTPUT"

build_the_develop_release_spack:
Expand Down

0 comments on commit e196a1f

Please sign in to comment.