From 15b65964049bf5c7c063bcd12c102ab23c3bf0bd Mon Sep 17 00:00:00 2001 From: Jorge Mederos Date: Thu, 14 Dec 2023 18:02:57 +0100 Subject: [PATCH] Add default version --- .github/workflows/release-server.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-server.yml b/.github/workflows/release-server.yml index ff3c9ab..bcaeb27 100644 --- a/.github/workflows/release-server.yml +++ b/.github/workflows/release-server.yml @@ -6,6 +6,7 @@ on: version: type: string description: 'Version to download and release' + default: '4.9.0-3.23604.10' jobs: download: @@ -49,7 +50,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 - name: Create Release and Upload Artifact uses: softprops/action-gh-release@v1