From b63b286f2e656a283cdf13ae5355320649bf9e2e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 11 Dec 2023 06:43:18 -0800 Subject: [PATCH] remove tag creation in Windows workflow This is being rewritten as we speak - and right now this prevents the Windows workflow from running. Signed-off-by: Dirk Hohndel --- .github/workflows/windows.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a69c7fcab..bd135cc22 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,15 +32,6 @@ jobs: echo "tag=${tag}" >> $GITHUB_OUTPUT echo "is_latest=${is_latest}" >> $GITHUB_OUTPUT - - name: tag current version as latest if we don't have a tag - if: ${{ steps.tag.outputs.is_latest == 'true' }} - uses: rickstaa/action-create-tag@v1 - with: - tag: "latest" - tag_exists_error: false - force_push_tag: true - message: "latest commit to allow 'release' uploads" - - name: get other dependencies env: SUBSURFACE_REPO_PATH: ${{ github.workspace }}