File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
Build :
10
10
name : Build
11
11
runs-on : ubuntu-latest
12
+ env :
13
+ FEEDBACK_URL : " https://github.com/CSUAuroraLab/ISSUE-COLLECTOR/issues/new/choose"
12
14
13
15
steps :
14
16
- uses : actions/checkout@v2
28
30
- name : npm install
29
31
run : npm install
30
32
- name : npm build
31
- run : GENERATE_SOURCEMAP=false npm run build
33
+ run : REACT_APP_FEEDBACK_URL="$FEEDBACK_URL" GENERATE_SOURCEMAP=false npm run build
32
34
- name : upload artifact
33
35
uses : actions/upload-artifact@v2
34
36
with :
Original file line number Diff line number Diff line change 9
9
Release :
10
10
name : Publish
11
11
runs-on : ubuntu-latest
12
+ env :
13
+ FEEDBACK_URL : " https://github.com/CSUAuroraLab/ISSUE-COLLECTOR/issues/new/choose"
12
14
13
15
steps :
14
16
- uses : actions/checkout@v2
27
29
- name : npm install
28
30
run : npm install
29
31
- name : npm build
30
- run : GENERATE_SOURCEMAP=false npm run build
32
+ run : REACT_APP_FEEDBACK_URL="$FEEDBACK_URL" GENERATE_SOURCEMAP=false npm run build
31
33
32
34
- uses : montudor/action-zip@v1
33
35
with :
You can’t perform that action at this time.
0 commit comments