Skip to content

Commit 80595a5

Browse files
committed
fix docs build
1 parent 6580721 commit 80595a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
toolchain: stable
3333
- name: Update version in Cargo.toml
3434
run: |
35-
VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')
35+
VERSION=$(echo ${{ github.ref }} | sed 'refs\/tags\/v//')
3636
sed -i "s/^version = .*/version = \"$VERSION\"/" ${{ github.workspace }}/Cargo.toml
3737
- name: Dryrun ${{ matrix.package }}
3838
working-directory: ${{ matrix.package }}

0 commit comments

Comments
 (0)