Skip to content

Commit

Permalink
set up local lib for perl module install
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 7, 2023
1 parent f68180f commit e57331c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Install cpan-upload-tiny
run: |
curl -s https://cpanmin.us/ | perl - CPAN::Upload::Tiny
echo "$HOME/perl5/bin" >> "$GITHUB_PATH"
echo "PERL5LIB=$HOME/perl5/lib/perl5" >> "$GITHUB_ENV"
echo "PERL_MM_OPT=INSTALL_BASE=$HOME/perl5" >> "$GITHUB_ENV"
echo "PERL_MB_OPT=--install_base $HOME/perl5" >> "$GITHUB_ENV"
curl -s https://cpanmin.us/ | perl - -n CPAN::Upload::Tiny
- name: Set up PAUSE credentials
env:
PAUSE_USER: ${{ vars.PAUSE_USER }}
Expand Down

0 comments on commit e57331c

Please sign in to comment.