Skip to content

Commit 8689a5d

Browse files
committed
Fix ENV variable name.
Signed-off-by: Francisco Solis <imfran@duck.com>
1 parent 35ff710 commit 8689a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
# Set up environment variables
1414
env:
15-
env: 'local' # Set to local, so it won't deploy the jar to the repos
15+
ENV: 'local' # Set to local, so it won't deploy the jar to the repos
1616
steps:
1717
# Checkout code
1818
- name: Checkout Code

0 commit comments

Comments
 (0)