Skip to content

Commit fb74125

Browse files
committed
ci: fix reference to subdir
1 parent 13bbec0 commit fb74125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/split_monorepo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
targetBranch: refs/tags/${{ github.event.release.tag_name }}
3636
tagFilter: ^open-feature/${{ matrix.config[1] }}-
3737
filterArguments: |
38-
--subdirectory-filter "${{matrix.config[0] }}s/${{ matrix.config[1] }}/" \
38+
--subdirectory-filter "${{matrix.config[0] }}s/${{ matrix.config[2] }}/" \
3939
--tag-rename "open-feature/${{ matrix.config[1] }}-:" \
4040
--force

0 commit comments

Comments
 (0)