From fb895dba3f580941951fdcd7ead0b512188ee464 Mon Sep 17 00:00:00 2001 From: Sebastian Quintero Date: Thu, 8 Feb 2024 09:33:01 -0500 Subject: [PATCH] Git pull --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a37d4e9..56715ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,9 @@ jobs: git clone git@github.com:nextmv-io/community-apps.git cd community-apps + git fetch --all git checkout ${{ github.ref_name }} + git pull - name: Set up Python uses: actions/setup-python@v5