Skip to content

Commit c25c760

Browse files
feat(ci): use shared org actions
1 parent b62a655 commit c25c760

File tree

6 files changed

+4
-177
lines changed

6 files changed

+4
-177
lines changed

.github/workflows/actions/download-archive/action.yml

-20
This file was deleted.

.github/workflows/actions/get-core-dependencies/action.yml

-17
This file was deleted.

.github/workflows/actions/publish-npm/action.yml

-116
This file was deleted.

.github/workflows/actions/upload-archive/action.yml

-20
This file was deleted.

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Get Core Dependencies
22-
uses: ./.github/workflows/actions/get-core-dependencies
22+
uses: stenciljs/.github/actions/get-core-dependencies
2323

2424
- name: Stencil Sass Build
2525
run: npm run build
@@ -30,7 +30,7 @@ jobs:
3030
shell: bash
3131

3232
- name: Upload Build Artifacts
33-
uses: ./.github/workflows/actions/upload-archive
33+
uses: stenciljs/.github/actions/upload-archive
3434
with:
3535
name: stencil-sass
3636
output: stencil-sass-build.zip

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- name: Checkout Code
6565
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
66-
- uses: ./.github/workflows/actions/publish-npm
66+
- uses: stenciljs/.github/actions/publish-npm
6767
with:
6868
tag: dev
6969
version: ${{ needs.get_dev_version.outputs.dev-version }}
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- name: Checkout Code
8282
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83-
- uses: ./.github/workflows/actions/publish-npm
83+
- uses: stenciljs/.github/actions/publish-npm
8484
with:
8585
tag: latest
8686
version: ${{ inputs.releaseType }}

0 commit comments

Comments
 (0)