Skip to content

Commit

Permalink
Move the environment variable to the right step
Browse files Browse the repository at this point in the history
  • Loading branch information
n7st committed Aug 11, 2020
1 parent 23c5f72 commit 0f6f83f
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 @@ -26,12 +26,12 @@ jobs:
env:
PAUSE_USERNAME: ${{ secrets.PAUSE_USERNAME }}
PAUSE_PASSWORD: ${{ secrets.PAUSE_PASSWORD }}
DZIL_CONFIRMRELEASE_DEFAULT: 'yes'
run: |
perl -e 'print $ENV{DZIL_CONFIRMRELEASE_DEFAULT}'
mkdir -p ~/.dzil
/bin/echo -e "[%PAUSE]\\nusername=${PAUSE_USERNAME}\\npassword=${PAUSE_PASSWORD}\\n" > ~/.dzil/config.ini
- name: 'Release to PAUSE'
env:
DZIL_CONFIRMRELEASE_DEFAULT: 'yes'
run: |
dzil release

0 comments on commit 0f6f83f

Please sign in to comment.