From 3ca0d36efd265b7909fce8a91cbd4ac89a572dc8 Mon Sep 17 00:00:00 2001 From: sunnamed434 Date: Thu, 14 Nov 2024 16:22:01 +0200 Subject: [PATCH] Update FixLibrary.yml --- .github/workflows/FixLibrary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/FixLibrary.yml b/.github/workflows/FixLibrary.yml index e8c5469..d359e11 100644 --- a/.github/workflows/FixLibrary.yml +++ b/.github/workflows/FixLibrary.yml @@ -59,10 +59,10 @@ jobs: if: github.event_name == 'create' && github.event.ref_type == 'tag' uses: ncipollo/release-action@v1.14.0 with: - name: FixLibrary Release v${{ steps.auto-installer-build.outputs.version }} - tag: ${{ steps.auto-installer-build.outputs.version }} + name: FixLibrary Release v${{ steps.fixlibrary-module-build.outputs.version }} + tag: ${{ steps.fixlibrary-module-build.outputs.version }} artifacts: bin/Release/net461/linux-x64/FixLibrary/FixLibrary.Module.zip token: ${{ secrets.PAT }} - prerelease: ${{ steps.auto-installer-build.outputs.is_prerelease }} + prerelease: ${{ steps.fixlibrary-module-build.outputs.is_prerelease }} allowUpdates: true draft: true \ No newline at end of file