From 399a64750836de3a0a7db2fa16df1c3c000f1c45 Mon Sep 17 00:00:00 2001 From: Taapat Date: Sat, 9 Sep 2023 15:09:13 +0300 Subject: [PATCH] Fix reference in github-release action version force-test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faca9953..b0821536 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -356,7 +356,7 @@ jobs: run: | ar rv ../ipk/enigma2-plugin-extensions-youtube_h1${{ env.PKGV }}.ipk debian-binary data.tar.gz control.tar.gz - name: Create release - uses: Taapat/github-release@2.1.0 + uses: Taapat/github-release@v2.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ env.SRCPV }}