From 7f7b30684f997bbbb30864b853b05447ac6935b3 Mon Sep 17 00:00:00 2001 From: Nikolai Selivanov Date: Wed, 5 Jun 2024 23:31:55 +0300 Subject: [PATCH] Fix release name --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9788627..4159edd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,7 @@ jobs: uses: ncipollo/release-action@v1 with: tag: $CURRENT_TAG_VERSION - name: Release $CURRENT_TAG_VERSION + name: "Release $CURRENT_TAG_VERSION" artifacts: "src/UnityMVVM/build/*.nupkg, UnityMVVM.zip" token: ${{ secrets.PAT_TOKEN }} - name: Tag non-release