We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3c037 commit 2d862ffCopy full SHA for 2d862ff
.github/workflows/release.yml
@@ -14,7 +14,12 @@ permissions:
14
15
jobs:
16
release:
17
- uses: cloudscape-design/actions/.github/workflows/release.yml@main
18
- secrets: inherit
19
- with:
20
- publish-packages: lib/components,lib/components-themeable
+ runs-on: ubuntu-latest
+ steps:
+ - name: No release
+ 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
0 commit comments