From 35c4b9eb4f3029698b159450179554a285e2882d Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Sun, 30 Jan 2022 13:26:56 +0100 Subject: [PATCH] release config --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f69d4e3..763d839 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,5 +16,6 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "${{ github.ref_name }}" prerelease: true files: resume.pdf \ No newline at end of file