From: Daniel Wagner Date: Mon, 23 Jan 2023 16:01:53 +0000 (+0100) Subject: build: The release workflow can't tag X-Git-Tag: v2.3~14 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0c87c8bf4e2de120b4af398546b7cfee6ab1507e;p=users%2Fsagi%2Fnvme-cli.git build: The release workflow can't tag The releaser action is not able to auto tag the tree (permission). Anyway, we don't want to have a 'tip' or 'latest' tag just because the build process expects this. So we have to find a different way to have latest AppImage. Signed-off-by: Daniel Wagner --- diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index e8d2e8ab..6b6057f4 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -31,7 +31,3 @@ jobs: with: name: AppImage path: '*.AppImage*' - - uses: pyTooling/Actions/releaser@r0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - files: '*.AppImage'