From ede307f86a28eb9c6fb525b82fd112fa6285e928 Mon Sep 17 00:00:00 2001 From: Reese Williams Date: Wed, 21 Feb 2024 21:51:38 +0000 Subject: [PATCH] hack --- .github/workflows/preview-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-release.yaml b/.github/workflows/preview-release.yaml index 33727aa2..3f9f1882 100644 --- a/.github/workflows/preview-release.yaml +++ b/.github/workflows/preview-release.yaml @@ -6,7 +6,7 @@ on: - completed push: # Run only on trunk pushes that aren't a new tag release - branches: [trunk] + branches: [trunk, reese-hack-special-release] tags-ignore: "*" env: @@ -30,7 +30,7 @@ jobs: level: prepatch - uses: actions-ecosystem/action-push-tag@v1 with: - tag: ${{ steps.bump-semver.outputs.new_version }} + tag: 0.10.18-0 build: runs-on: ${{ matrix.os }} needs: [bump-tag]