From bd4a95c01b16cc77ff3ba272869819b50d425309 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Fri, 25 Aug 2023 15:50:22 -0700 Subject: [PATCH] Remove get-latest-action step; not really needed --- .github/workflows/nightly.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c6c871a..11831b9 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -20,14 +20,6 @@ jobs: fetch-depth: 0 token: ${{ secrets.GH_ADMIN_COMMIT_TOKEN }} - - name: Get latest existing tag - uses: actions-ecosystem/action-get-latest-tag@v1 - ## NEEDS UPDATE for set-output deprecation. - ## See https://github.com/actions-ecosystem/action-get-latest-tag/issues/25. - id: get-latest-tag - with: - semver_only: true - - name: Set new proposed version uses: paulhatch/semantic-version@v5.2.1 id: set-version