Skip to content

Commit 6890ea5

Browse files
committed
cd update prerelease removed
1 parent a80495b commit 6890ea5

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,9 @@ jobs:
1313
pack: true
1414
secrets: inherit
1515

16-
publish-preview-packages:
17-
uses: ./.github/workflows/publish.yml
18-
needs: [ continuous-integration ]
19-
with:
20-
environment: preview
21-
secrets: inherit
22-
2316
publish-release-packages:
2417
uses: ./.github/workflows/publish.yml
25-
needs: [ publish-preview-packages ]
18+
needs: [ continuous-integration ]
2619
with:
2720
environment: release
2821
secrets: inherit

0 commit comments

Comments
 (0)