]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: The release workflow can't tag
authorDaniel Wagner <dwagner@suse.de>
Mon, 23 Jan 2023 16:01:53 +0000 (17:01 +0100)
committerDaniel Wagner <dwagner@suse.de>
Mon, 23 Jan 2023 16:01:53 +0000 (17:01 +0100)
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 <dwagner@suse.de>
.github/workflows/appimage.yml

index e8d2e8ab365bb18ca86535d1dd45a67881c86035..6b6057f4667279748f7e9f0ffe0f1d34165d0dce 100644 (file)
@@ -31,7 +31,3 @@ jobs:
         with:
           name: AppImage
           path: '*.AppImage*'
-      - uses: pyTooling/Actions/releaser@r0
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
-          files: '*.AppImage'