Skip to content

Commit 6cd4f6e

Browse files
authored
chore: update release.yaml to ignore changes for specific packages
1 parent d6eba1c commit 6cd4f6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
--no-push \
9898
--yes \
9999
--allow-branch ${{ github.ref_name }} \
100-
--ignore @ui5/webcomponents-website \
101-
--ignore @ui5/webcomponents-cypress-internal \
102-
--ignore @ui5/webcomponents-cypress-ct \
100+
--ignore-changes @ui5/webcomponents-website \
101+
--ignore-changes @ui5/webcomponents-cypress-internal \
102+
--ignore-changes @ui5/webcomponents-cypress-ct \
103103
104104
# Build
105105
- name: Build

0 commit comments

Comments
 (0)