Skip to content

Commit 4f9ff43

Browse files
committed
Tell dzil yes release it
1 parent a5ab0c5 commit 4f9ff43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
echo "password $CPAN_PASSWORD" >> .pause
3939
- name: Build and Release on CPAN
4040
id: cpan
41-
env: { PERL5LIB: "${{ github.workspace }}/local/lib/perl5" }
41+
env:
42+
PERL5LIB: "${{ github.workspace }}/local/lib/perl5"
43+
DZIL_CONFIRMRELEASE_DEFAULT: "yes"
4244
run: |
4345
local/bin/dzil release
4446
echo "::set-output name=tarball::$( ls App-Sqitch-*.tar.gz )"

0 commit comments

Comments
 (0)