From 0789494a4064fbb1c9827604caffac47947d16ef Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 11 Jul 2021 22:30:53 +0200 Subject: [PATCH] Removed deprecated env var for publish release --- .github/workflows/publish-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index fac8fded..3feee148 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -21,7 +21,6 @@ jobs: uses: docker://antonyurchenko/git-release:latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ALLOW_TAG_PREFIX: "true" ALLOW_EMPTY_CHANGELOG: "true" with: args: |