Skip to content

Commit 5bda2f7

Browse files
committed
Put .pause file in home dir
1 parent 4f9ff43 commit 5bda2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
CPAN_USERNAME: ${{ secrets.CPAN_USERNAME }}
3535
CPAN_PASSWORD: ${{ secrets.CPAN_PASSWORD }}
3636
run: |
37-
echo "user $CPAN_USERNAME" > .pause
38-
echo "password $CPAN_PASSWORD" >> .pause
37+
echo "user $CPAN_USERNAME" > ~/.pause
38+
echo "password $CPAN_PASSWORD" >> ~/.pause
3939
- name: Build and Release on CPAN
4040
id: cpan
4141
env:

0 commit comments

Comments
 (0)