From fdfe2ae53b1adde4704a87e894c7d406bc8c345b Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Fri, 3 Apr 2020 01:44:44 +0300 Subject: chore: ci: fix release action script (#3216) * chore: ci: fixing the step name that captures the pushed tag * chrore: ci: exclude commits prefixed with `ci:` from changelog --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 250792c..e67ae6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,4 +50,4 @@ jobs: args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TAG: ${{ steps.vars.outputs.version_tag }} + TAG: ${{ steps.get_version.outputs.version_tag }} -- cgit v1.2.3