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 4f9ff43 commit 5bda2f7Copy full SHA for 5bda2f7
.github/workflows/release.yml
@@ -34,8 +34,8 @@ jobs:
34
CPAN_USERNAME: ${{ secrets.CPAN_USERNAME }}
35
CPAN_PASSWORD: ${{ secrets.CPAN_PASSWORD }}
36
run: |
37
- echo "user $CPAN_USERNAME" > .pause
38
- echo "password $CPAN_PASSWORD" >> .pause
+ echo "user $CPAN_USERNAME" > ~/.pause
+ echo "password $CPAN_PASSWORD" >> ~/.pause
39
- name: Build and Release on CPAN
40
id: cpan
41
env:
0 commit comments