From 4917f2da750b96af18324389325e1aa6b76650e0 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sat, 26 Aug 2023 15:19:45 +0200 Subject: [PATCH] ci(release): fix create-tag missing code checkout --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8482cfd4..56c4fcaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,6 +105,9 @@ jobs: outputs: tagname: ${{ steps.create_tag.outputs.tagname }} steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Create Tag id: create_tag uses: butlerlogic/action-autotag@stable @@ -125,7 +128,7 @@ jobs: name: cli path: cli - - name: Create beta release + - name: Create release id: create_release uses: actions/create-release@v1 env: