Skip to content

Commit c115919

Browse files
authored
build: ignore changes to .bundle/config during release (#236)
1 parent a470e60 commit c115919

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Ignore changes to .bundle/config
16+
run: git update-index --skip-worktree .bundle/config
17+
1518
- name: Set up Ruby
1619
uses: ruby/setup-ruby@v1
1720
with:

0 commit comments

Comments
 (0)