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 a5ab0c5 commit 4f9ff43Copy full SHA for 4f9ff43
.github/workflows/release.yml
@@ -38,7 +38,9 @@ jobs:
38
echo "password $CPAN_PASSWORD" >> .pause
39
- name: Build and Release on CPAN
40
id: cpan
41
- env: { PERL5LIB: "${{ github.workspace }}/local/lib/perl5" }
+ env:
42
+ PERL5LIB: "${{ github.workspace }}/local/lib/perl5"
43
+ DZIL_CONFIRMRELEASE_DEFAULT: "yes"
44
run: |
45
local/bin/dzil release
46
echo "::set-output name=tarball::$( ls App-Sqitch-*.tar.gz )"
0 commit comments