add version.txt
Some checks failed
Docker Build & Publish / build (push) Failing after 1h19m14s

This commit is contained in:
Nicholas Orlowsky 2025-02-24 19:53:38 -05:00
parent f48eda81e8
commit 0fc8400066

View file

@ -28,7 +28,7 @@ jobs:
- name: Write Version
run: |
echo Building with version number $RELEASE_VERSION
echo $RELEASE_VERSION > src/build_supp/version.txt
echo $RELEASE_VERSION > build_supp/version.txt
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'