From 1e8d9f956e681d7a769a71946fc328c93454861a Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Fri, 5 May 2023 17:18:34 +0200 Subject: [PATCH] ncipollo/release-action@v1.12.0 --- .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 e510994..58d417b 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" + uses: "ncipollo/release-action@v1.12.0" with: tag: "v${{ steps.versioning.outputs.version }}" prerelease: ${{ github.event.inputs.pre-release }}