From b10662803953bbc30a4b2ae23d5c26cb10aa73b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Fri, 16 Aug 2024 07:42:06 +0000 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 054a9371..76636d3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,14 @@ jobs: permissions: contents: write steps: + - name: Check out code + uses: actions/checkout@v4 - name: Release run: gh release create ${{ github.ref_name }} --latest=true --generate-notes env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} update: - name: Update deploy + name: Update deploy branch runs-on: ubuntu-latest needs: release permissions: