From 1981dc39772ce5f7e9eff61688e6bf59594eecb7 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:03:26 +0200 Subject: [PATCH] Update WAU-CreateNewVersion.yml --- .github/workflows/WAU-CreateNewVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/WAU-CreateNewVersion.yml b/.github/workflows/WAU-CreateNewVersion.yml index 2a47b7b..9abb2ea 100644 --- a/.github/workflows/WAU-CreateNewVersion.yml +++ b/.github/workflows/WAU-CreateNewVersion.yml @@ -62,7 +62,7 @@ jobs: zip -r WAU uninstall.bat - name: Create release - uses: "ncipollo/release-action@v1.12.0" + uses: "ncipollo/release-action@v1" with: tag: "v${{ steps.versioning.outputs.version }}" prerelease: ${{ github.event.inputs.pre-release }}