Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Add default version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmederosalvarado committed Dec 14, 2023
1 parent dd19a9b commit 15b6596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
version:
type: string
description: 'Version to download and release'
default: '4.9.0-3.23604.10'

jobs:
download:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 15b6596

Please sign in to comment.