From 678f17a1490ca8f694e3db6f8db5473c14b1e631 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Fri, 13 Jun 2025 12:33:19 -0700 Subject: [PATCH] Use autotag action v1 --- .github/workflows/autotag.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index 80c84f3..8c50a9c 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -12,7 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Lint run: shellcheck bin/*.sh - name: Validate Plugin Version @@ -21,6 +22,6 @@ jobs: plugin-path: '.github/workflows/fixtures/plugin-test/' dry-run: true - name: Tag & Release - uses: pantheon-systems/action-autotag@v0 + uses: pantheon-systems/action-autotag@v1 with: - gh-token: ${{ github.token }} \ No newline at end of file + push-major-version-branch: true \ No newline at end of file