From e59365e2268a4a810b9e806d451c46b600e95291 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 2 Apr 2021 00:48:18 +0200 Subject: [PATCH] Using env variables for the release job only --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b90ce5c1..9ea4bdbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,10 +4,6 @@ on: push: branches: - master - -env: - description: "A media browser" - version: beta #${{ github.ref }} jobs: build: @@ -43,6 +39,9 @@ jobs: name: Create debian & rpm releases runs-on: ubuntu-latest needs: build + env: + description: "A media browser" + version: beta #${{ github.ref }} steps: - uses: actions/checkout@v1 - uses: actions/download-artifact@v2