From 980e2b184bf06e37c94c32526e0ded3a95821d71 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 13 Dec 2022 12:48:29 +0100 Subject: [PATCH] use correct tag name for gh release in debian workflow --- .github/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 10bec996d..47549b76f 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -151,7 +151,7 @@ jobs: uses: softprops/action-gh-release@v1 with: fail_on_unmatched_files: true - tag_name: ${{ github.env.TAG_NAME }} + tag_name: ${{ inputs.ref }} token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} files: | cryptomator_*_amd64.deb