Skip to content

Commit

Permalink
fix typo in sign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 5, 2024
1 parent 30a1f1d commit 0f3a613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name : Generate override.properties
- name: Generate override.properties
env:
DEV_SIGNING_KEY=${{ secrets.DEV_SIGNING_KEY }}
DEV_PASSWORD=${{ secrets.DEV_PASSWORD }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name : Generate override.properties
- name: Generate override.properties
env:
DEV_SIGNING_KEY=${{ secrets.DEV_SIGNING_KEY }}
DEV_PASSWORD=${{ secrets.DEV_PASSWORD }}
Expand Down

0 comments on commit 0f3a613

Please sign in to comment.