From 3bf7bfa0f01f1e356752501eec431ebe9673260e Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 12 Mar 2025 20:16:09 +0000 Subject: [PATCH] Use pre release version for dry runs --- .github/workflows/publish-embedded-packages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-embedded-packages.yaml b/.github/workflows/publish-embedded-packages.yaml index 271b06d4..83bd5dbf 100644 --- a/.github/workflows/publish-embedded-packages.yaml +++ b/.github/workflows/publish-embedded-packages.yaml @@ -16,8 +16,8 @@ env: # This is to help make sure that we notice if the packaging process has become # broken ahead of a release. DRY_RUN: ${{ github.event_name != 'release' }} - # We should only use the SHA case for a dry run - VERSION: ${{ github.event_name == 'release' && github.event.release.tag_name || github.sha }} + # We should only use the hard coded test value for a dry run + VERSION: ${{ github.event_name == 'release' && github.event.release.tag_name || 'v0.0.0-pre.0' }} jobs: build_element_call: