Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Fixing missing environment variables for release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-winn committed Dec 25, 2021
1 parent f34c680 commit c8179d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
runs-on: windows-latest
timeout-minutes: 15

env:
SONAR_SCANNER_VERSION: 4.4.0.2170
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: out

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c8179d9

Please sign in to comment.