File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 echo "Generating output value..."
3535 VALUE="Hello, World!"
36+ release_created=${{ steps.release.outputs.release_created }}
3637 echo "::set-output name=output_value::$VALUE"
38+ echo "::set-output name=release_created::$release_created"
3739
3840 joblog :
3941 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ export { default as CaretTopIcon } from './components/icon/CaretTop.vue';
1010export { default as CaretBottomIcon } from './components/icon/CaretBottom.vue' ;
1111export { default as ArrowLeftIcon } from './components/icon/ArrowLeft.vue' ;
1212export { default as ArrowRightIcon } from './components/icon/ArrowRight.vue' ;
13+ export { default as ArrowUpIcon } from './components/icon/ArrowUp.vue' ;
14+ export { default as ArrowDownIcon } from './components/icon/ArrowDown.vue' ;
1315export { default as Input } from './components/Input.vue' ;
1416export { default as Clickoutside } from './directives/clickoutside.js' ;
1517export { default as Table } from './components/Table.vue' ;
You can’t perform that action at this time.
0 commit comments