Skip to content

Commit bc3db37

Browse files
committed
fix CI/CD
1 parent d1634ed commit bc3db37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7-
7+
permissions:
8+
contents: write
89
jobs:
910
create-github-release:
1011
name: create-github-release

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
5656
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
5757
- id: coverage
58-
uses: actions-rs/grcov@v0.1
58+
uses: deepu105/grcov@0.2-proto
5959
with:
6060
config: .github/grcov.yml
6161
- name: Push grcov results to Coveralls

0 commit comments

Comments
 (0)