We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a470e60 commit c115919Copy full SHA for c115919
1 file changed
.github/workflows/publish.yml
@@ -12,6 +12,9 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
15
+ - name: Ignore changes to .bundle/config
16
+ run: git update-index --skip-worktree .bundle/config
17
+
18
- name: Set up Ruby
19
uses: ruby/setup-ruby@v1
20
with:
0 commit comments