File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,17 @@ runs:
24
24
shell : bash
25
25
working-directory : ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}
26
26
27
- # This step was added to show the output
28
- - name : Execute Variant (Demo Purposes)
29
- run : node ./lib/index.js
30
- shell : bash
31
- working-directory : ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}
27
+ # # This step was added to show the output
28
+ # - name: Execute Variant (Demo Purposes)
29
+ # run: node ./lib/index.js
30
+ # shell: bash
31
+ # working-directory: ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}
32
32
33
33
- name : Package ${{inputs.VARIANT_TYPE}} Variant
34
34
run : npm pack
35
35
shell : bash
36
36
working-directory : ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}
37
+ if : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch'}}
37
38
38
39
- name : Publish ${{inputs.VARIANT_TYPE}} Variant
39
40
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments