We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0b976 commit 678f17aCopy full SHA for 678f17a
.github/workflows/autotag.yml
@@ -12,7 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/checkout@v4
+ with:
16
+ fetch-depth: 0
17
- name: Lint
18
run: shellcheck bin/*.sh
19
- name: Validate Plugin Version
@@ -21,6 +22,6 @@ jobs:
21
22
plugin-path: '.github/workflows/fixtures/plugin-test/'
23
dry-run: true
24
- name: Tag & Release
- uses: pantheon-systems/action-autotag@v0
25
+ uses: pantheon-systems/action-autotag@v1
26
with:
- gh-token: ${{ github.token }}
27
+ push-major-version-branch: true
0 commit comments