Skip to content

Commit 33b0e43

Browse files
committed
remove validate test from autotag action [major]
1 parent 25714d4 commit 33b0e43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/autotag.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
fetch-depth: 0
1717
- name: Lint
1818
run: shellcheck bin/*.sh
19-
- name: Validate Plugin Version
20-
uses: ./
21-
with:
22-
plugin-path: '.github/workflows/fixtures/plugin-test/'
23-
dry-run: true
2419
- name: Tag & Release
2520
uses: pantheon-systems/action-autotag@v1
2621
with:

0 commit comments

Comments
 (0)