From f54be62eb9dfef0a4cbad23471c65d3b78555dc1 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Thu, 27 Feb 2025 01:08:24 -0500 Subject: [PATCH] ci: should make each release also have a distinct tag --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4d9f35..80e8d7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,8 @@ jobs: publish_image: if: github.repository == 'PCSX2/web-api' name: "Build and Publish Image" + needs: + - cut_release runs-on: ubuntu-latest steps: - uses: actions/checkout@v4