From 4be1fe067ba2beda441195faffe8dccf518b25c8 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:53:37 -0400 Subject: [PATCH] Test --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a42920..489c734 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,9 +26,7 @@ jobs: GH_TOKEN: ${{ github.token }} RELEASE_VERSION: ${{ inputs.release_version }} run: | - ls -alh . gh release download v${RELEASE_VERSION} --repo bitwarden/self-host --pattern version.json - ls -alh . cat version.json WEB=$(jq -r '.versions.webVersion' < version.json) @@ -38,7 +36,6 @@ jobs: echo "WEB_RELEASE_TAG=$WEB" >> $GITHUB_OUTPUT echo "CORE_RELEASE_TAG=$CORE" >> $GITHUB_OUTPUT echo "KEY_CONNECTOR_RELEASE_TAG=$KEY_CONNECTOR" >> $GITHUB_OUTPUT - exit 1 tag-docker: