From 5e1f09c4d64e46c8c89e4bd14689a7aa8c95156a Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Thu, 2 Dec 2021 07:36:39 +0100 Subject: [PATCH] workflows: try to fix release --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 5c0ccde..6e5d74a 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -255,7 +255,7 @@ jobs: # Tagged: create a pre-release or a release (semver) # Untagged: update the assets of pre-release 'nightly' - - uses: '📦 eine/tip@master' + - uses: eine/tip@master with: token: ${{ github.token }} tag: 'nightly'