Skip to content

Commit 7d0136d

Browse files
committed
Publish workflow: commit changed abseil options.h so tree isn't dirty
1 parent efa86d7 commit 7d0136d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ jobs:
317317
pattern: src_binding_*.rs
318318
merge-multiple: true
319319

320+
- name: Commit modified abseil options.h
321+
run: |
322+
git add third_party/abseil-cpp/absl/base/options.h
323+
git commit -m "chore: commit modified abseil options.h"
324+
320325
- name: Publish
321326
env:
322327
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)