Update test.yml
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Get the Tag
|
- name: Get the Tag
|
||||||
id: get_tag
|
id: get_tag
|
||||||
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
||||||
- uses: shogo82148/actions-setup-perl@master
|
- uses: shogo82148/actions-setup-perl@v1.12.2
|
||||||
with:
|
with:
|
||||||
perl-version: 'latest'
|
perl-version: 'latest'
|
||||||
- run: 'cpanm --installdeps .'
|
- run: 'cpanm --installdeps .'
|
||||||
|
|||||||
Reference in New Issue
Block a user