We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac92b2 commit 1a5dc39Copy full SHA for 1a5dc39
.github/workflows/release.yml
@@ -14,12 +14,8 @@ permissions:
14
15
jobs:
16
release:
17
- runs-on: ubuntu-latest
18
- steps:
19
- - name: No release
20
- run: echo "Skipped release"
21
-# release:
22
-# uses: cloudscape-design/actions/.github/workflows/release.yml@main
23
-# secrets: inherit
24
-# with:
25
-# publish-packages: lib/components,lib/components-themeable
+ uses: cloudscape-design/actions/.github/workflows/release.yml@main
+ secrets: inherit
+ with:
+ publish-packages: lib/components,lib/components-themeable
+ skip-test: true
0 commit comments