From 66b1cfa3995eb157f2e8715d646067e2f0135757 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Tue, 14 Feb 2023 12:01:20 +0100 Subject: [PATCH] CI: upload a release --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 375dd02..9566a47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,9 @@ jobs: - run: ls -alh - run: chmod +x dockersave-static && mv dockersave-static dockersave - run: ./dockersave --version + - name: Publish + uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + prerelease: false + files: dockersave