From dcd4787f6c48a1e779c629253c3a4f007204668f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 29 Jan 2023 19:05:41 -0600 Subject: [PATCH] Pull master --- .github/workflows/create_tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index b1a5a77..e75648b 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -20,8 +20,8 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Fetch tags - run: git fetch --tags --force + - name: Pull master with tags + run: git pull --tags origin master - name: Get current version run: |