Skip to content

Commit 678f17a

Browse files
committed
Use autotag action v1
1 parent 5c0b976 commit 678f17a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/autotag.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1617
- name: Lint
1718
run: shellcheck bin/*.sh
1819
- name: Validate Plugin Version
@@ -21,6 +22,6 @@ jobs:
2122
plugin-path: '.github/workflows/fixtures/plugin-test/'
2223
dry-run: true
2324
- name: Tag & Release
24-
uses: pantheon-systems/action-autotag@v0
25+
uses: pantheon-systems/action-autotag@v1
2526
with:
26-
gh-token: ${{ github.token }}
27+
push-major-version-branch: true

0 commit comments

Comments
 (0)