Update test.yml

This commit is contained in:
Oliver Gorwits
2021-08-15 20:46:39 +01:00
committed by GitHub
parent 4495bc17a9
commit 28389cb73b

View File

@@ -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 .'