Skip to content

Commit

Permalink
Also add BUILDTYPE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexborro committed Mar 26, 2024
1 parent 7db6ef3 commit 91c7e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Build Package
id: build
run: |
export BUILDTYPE=PRODUCTION
export UMLM_ENCRYPTION_KEY="${{ secrets.UMLM_ENCRYPTION_KEY }}"
export RELEASE_VERSION="${{ env.RELEASE_VERSION }}"
echo "RELEASE_VERSION: ${RELEASE_VERSION}"
Expand Down

0 comments on commit 91c7e5a

Please sign in to comment.