Skip to content

Commit a6ad70e

Browse files
Update release.yml
Removed default behavior for branches Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent d70ded9 commit a6ad70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Manipulate site.yml
7979
working-directory: antora
8080
run: |
81-
sed -i -E 's/branches: (.*) \# (open-.*|osi-.*)//g' site.yml
81+
sed -i -E 's/branches: (.*) \# (open-.*|osi-.*)/branches: ~/g' site.yml
8282
cat site.yml
8383
# Create custom build instructions for GitHub compatibility
8484
- name: Create run instructions

0 commit comments

Comments
 (0)