Skip to content

Commit 2d862ff

Browse files
authored
chore: Disable release workflow (#6)
1 parent ce3c037 commit 2d862ff

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ permissions:
1414

1515
jobs:
1616
release:
17-
uses: cloudscape-design/actions/.github/workflows/release.yml@main
18-
secrets: inherit
19-
with:
20-
publish-packages: lib/components,lib/components-themeable
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

0 commit comments

Comments
 (0)