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 99 Build :
1010 name : Build
1111 runs-on : ubuntu-latest
12+ env :
13+ FEEDBACK_URL : " https://github.com/CSUAuroraLab/ISSUE-COLLECTOR/issues/new/choose"
1214
1315 steps :
1416 - uses : actions/checkout@v2
2830 - name : npm install
2931 run : npm install
3032 - 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
3234 - name : upload artifact
3335 uses : actions/upload-artifact@v2
3436 with :
Original file line number Diff line number Diff line change 99 Release :
1010 name : Publish
1111 runs-on : ubuntu-latest
12+ env :
13+ FEEDBACK_URL : " https://github.com/CSUAuroraLab/ISSUE-COLLECTOR/issues/new/choose"
1214
1315 steps :
1416 - uses : actions/checkout@v2
2729 - name : npm install
2830 run : npm install
2931 - 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
3133
3234 - uses : montudor/action-zip@v1
3335 with :
You can’t perform that action at this time.
0 commit comments