Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Jan 23, 2024
1 parent 78e33a3 commit 04519ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Login to propel
run: |
$CMD login -u ${{ secrets.PROPEL_USERNAME }} -p ${{ secrets.PROPEL_PASSWORD }}
$CMD login -u ${{ vars.PROPEL_USERNAME }} -p ${{ secrets.PROPEL_PASSWORD }}
- name: Do a deployment
run: |
Expand Down

0 comments on commit 04519ba

Please sign in to comment.