From 42cc5469c3d0afb9221007e4215a2f76a0e6da82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20S=C3=A1nchez=20Alonso?= Date: Sun, 9 May 2021 18:00:10 +0100 Subject: [PATCH] Added automatic release tag to the release job --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0f68615..5f6bf21 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -14,5 +14,6 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" files: | *.jar