Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 27, 2024
1 parent 7fa669d commit a0d7446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: |
export SVER=`cat VERSION`
export GH=`git log -1 --format=%h`
export USEVER = ${SVER}.${GH}-nightly
export USEVER=${SVER}.${GH}-nightly
echo ${USEVER}
echo "stochas_version=${USEVER}" >> $GITHUB_OUTPUT
- name: Build pull request version (macos)
Expand Down

0 comments on commit a0d7446

Please sign in to comment.