diff --git a/tasks.yaml b/tasks.yaml index 3666c34..d3992b0 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -33,13 +33,8 @@ tasks: description: Create UDS Gitlab Runner bundle based on the latest release actions: - task: pull:latest-package-release - # TODO (@WSTARR): This is currently needed to get around the chicken+egg condition when release please updates the version in GH - - description: Get the current Zarf package name - cmd: cat zarf.yaml | yq .metadata.version - setVariables: - - name: CURRENT_VERSION - - description: Move the latest to the current (needed to make this work on release-please PRs) - cmd: test -f zarf-package-gitlab-runner-${UDS_ARCH}-${CURRENT_VERSION}.tar.zst || mv zarf-package-gitlab-runner-${UDS_ARCH}-*.tar.zst zarf-package-gitlab-runner-${UDS_ARCH}-${CURRENT_VERSION}.tar.zst + with: + spoof_release: "true" - task: create:test-bundle # CI will execute the following (via uds-common/.github/actions/test) so they need to be here with these names