diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 79f254995..16a142e4f 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -191,6 +191,10 @@ jobs: name: build-jar path: ${{ inputs.output-directory }} - name: "Run Builder" + env: + # Pin the version to the release tag; `git describe` may pick an older + # tag on the same commit. Empty (non-release) values are ignored. + SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.release.tag_name }} run: | pip install build cp -vr ${{ inputs.output-directory }}/*.jar python/fprime_fpp/