From d5c772372767f546ae6e58c837071a6ce5846cd9 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Tue, 21 May 2024 10:13:02 +1000 Subject: [PATCH] removed reversion to tag --- .github/workflows/ci-cd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 246cad0..111a6ca 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -29,9 +29,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Revert version to most recent version tag on upstream update - if: github.event_name == 'repository_dispatch' - run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}') + # - name: Revert version to most recent version tag on upstream update + # if: github.event_name == 'repository_dispatch' + # run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}') - name: Set up Python uses: actions/setup-python@v5