From 165711ba58fc90411c16e8eaed260420f4cb45d8 Mon Sep 17 00:00:00 2001 From: James Brown Date: Tue, 13 Jun 2023 13:59:26 +0100 Subject: [PATCH] Update release-test.yml --- .github/workflows/release-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index a723b17..623d7fa 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -49,7 +49,7 @@ jobs: git add . git commit -m "Update version: ${{ github.event.inputs.tag }}" git tag ${{ github.event.inputs.tag }} - git push --follow-tags + git push && git push ${{ github.event.inputs.tag }} - name: Create release run: gh release create ${{ github.event.inputs.tag }} --verify-tag ./dist/*