Skip to content

Commit

Permalink
Put .pause file in home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 20, 2021
1 parent 4f9ff43 commit 5bda2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
CPAN_USERNAME: ${{ secrets.CPAN_USERNAME }}
CPAN_PASSWORD: ${{ secrets.CPAN_PASSWORD }}
run: |
echo "user $CPAN_USERNAME" > .pause
echo "password $CPAN_PASSWORD" >> .pause
echo "user $CPAN_USERNAME" > ~/.pause
echo "password $CPAN_PASSWORD" >> ~/.pause
- name: Build and Release on CPAN
id: cpan
env:
Expand Down

0 comments on commit 5bda2f7

Please sign in to comment.