Skip to content

Commit d0f84d7

Browse files
committed
you lazy cows, how you couldn't fix this in 2 years. smh. actions/runner#665
1 parent 75a87a5 commit d0f84d7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

action.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,18 @@ runs:
4545
- name: Install
4646
run: ${{ github.action_path }}/src/install.sh
4747
shell: bash
48+
env:
49+
NODE_ENV: production
50+
PACKAGE_MANAGER: ${{ inputs.package_manager }}
51+
DEBUG_MODE: ${{ inputs.debug_mode }}
4852
- name: Build
4953
run: ${{ github.action_path }}/src/build.sh
5054
shell: bash
51-
# env:
52-
# NODE_ENV: production
55+
env:
56+
NODE_ENV: production
57+
PACKAGE_MANAGER: ${{ inputs.package_manager }}
58+
PUBLIC_BASE_PATH: ${{ inputs.public_base_path }}
59+
DEBUG_MODE: ${{ inputs.debug_mode }}
5360
- name: Upload artifact
5461
uses: actions/upload-pages-artifact@v1
5562
with:

0 commit comments

Comments
 (0)