Skip to content

Commit 1a5dc39

Browse files
authored
chore: Revert "chore: Disable release workflow (#6)" (#16)
* Revert "chore: Disable release workflow (#6)" This reverts commit 2d862ff. * Skip tests
1 parent 7ac92b2 commit 1a5dc39

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/release.yml

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

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

0 commit comments

Comments
 (0)