Skip to content

Commit 6eeb743

Browse files
committed
Fix publish cdn
1 parent 68a81ac commit 6eeb743

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@ concurrency:
1212
jobs:
1313
publish_to_cdn:
1414
name: Publish to CDN
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v4
18-
19-
- name: Publish to CDN
20-
uses: ./.github/workflows/publish-cdn.yml
21-
secrets: inherit
15+
uses: ./.github/workflows/publish-cdn.yml
16+
secrets: inherit

0 commit comments

Comments
 (0)