Skip to content

Commit

Permalink
build: add missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 21, 2023
1 parent b382c96 commit 367894e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-latest
env:
DO_DEPLOY: "${{ github.event_name == 'push' && github.ref == 'refs/heads/5.3.9' }}"
LUCEE_BUILD_JAVA_VERSION: 8
services:
sql-server:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down

0 comments on commit 367894e

Please sign in to comment.