From 726c11b3a56efd7710e7019505b802f083c98dcb Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:43:42 +0200 Subject: [PATCH] Push tags --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 984b336..326a290 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,8 @@ jobs: git config user.name 'github-actions[bot]' git config user.email 'github-actions[bot]@users.noreply.github.com' git add dist/ - git commit -m "Release ${{ github.release.tag_name }}" + git commit -m "Release ${{ github.event.inputs.tag }}" git tag ${{ github.event.inputs.tag }} git push + git push --tags \ No newline at end of file