From adb88d20dc5f725a79ea0bd71970282c8a91c5d9 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 2 Apr 2021 13:35:33 +0200 Subject: [PATCH] Using a numeric version number --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e28fc5bc..b00f093c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: needs: build env: description: "A media browser" - version: beta #${{ github.ref }} + version: v0.0.1 #${{ github.ref }} steps: - uses: actions/checkout@v1 - uses: actions/download-artifact@v2