From 6bb9cbc37938ad9b39b0d755c1dba71d96d61b1c Mon Sep 17 00:00:00 2001 From: tfp Date: Wed, 27 Dec 2023 19:39:15 -0500 Subject: [PATCH] ci: check out repo in release step so gh cli tool works --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c4cf6..b03ebba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,12 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Download artifacts uses: actions/download-artifact@v2 + - name: Create release shell: bash run: |