Using a numeric version number

This commit is contained in:
Zoe Roux 2021-04-02 13:35:33 +02:00
parent ad604fc708
commit adb88d20dc

View File

@ -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