From 135c22f8a201fca8142b706260ad88f503ccf01a Mon Sep 17 00:00:00 2001 From: Nicolas Dickreuter Date: Sat, 30 Dec 2023 08:10:33 -0500 Subject: [PATCH] fix pipeline --- .github/workflows/windows-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index c3841a65..6daf001b 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -60,8 +60,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + tag_name: DeepermindPokerbot-${{ github.run_number }} + release_name: Release ${{ github.run_number }} draft: false prerelease: false