Skip to content

Commit 4e12b45

Browse files
committed
fix docs build
1 parent 80595a5 commit 4e12b45

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
uses: actions-rs/toolchain@v1
3131
with:
3232
toolchain: stable
33-
- name: Update version in Cargo.toml
34-
run: |
35-
VERSION=$(echo ${{ github.ref }} | sed 'refs\/tags\/v//')
36-
sed -i "s/^version = .*/version = \"$VERSION\"/" ${{ github.workspace }}/Cargo.toml
3733
- name: Dryrun ${{ matrix.package }}
3834
working-directory: ${{ matrix.package }}
3935
run: cargo publish --dry-run

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.6.14"
11+
version = "0.6.15"
1212
edition = "2021"
1313
authors = ["[email protected]"]
1414
repository = "https://github.com/acl-dev/open-coroutine"

0 commit comments

Comments
 (0)