File tree 6 files changed +4
-177
lines changed
6 files changed +4
-177
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
persist-credentials : false
20
20
21
21
- name : Get Core Dependencies
22
- uses : . /.github/workflows /actions/get-core-dependencies
22
+ uses : stenciljs /.github/actions/get-core-dependencies
23
23
24
24
- name : Stencil Sass Build
25
25
run : npm run build
30
30
shell : bash
31
31
32
32
- name : Upload Build Artifacts
33
- uses : . /.github/workflows /actions/upload-archive
33
+ uses : stenciljs /.github/actions/upload-archive
34
34
with :
35
35
name : stencil-sass
36
36
output : stencil-sass-build.zip
Original file line number Diff line number Diff line change 63
63
steps :
64
64
- name : Checkout Code
65
65
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
66
- - uses : . /.github/workflows /actions/publish-npm
66
+ - uses : stenciljs /.github/actions/publish-npm
67
67
with :
68
68
tag : dev
69
69
version : ${{ needs.get_dev_version.outputs.dev-version }}
80
80
steps :
81
81
- name : Checkout Code
82
82
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83
- - uses : . /.github/workflows /actions/publish-npm
83
+ - uses : stenciljs /.github/actions/publish-npm
84
84
with :
85
85
tag : latest
86
86
version : ${{ inputs.releaseType }}
You can’t perform that action at this time.
0 commit comments