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 6580721 commit 80595a5Copy full SHA for 80595a5
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
toolchain: stable
33
- name: Update version in Cargo.toml
34
run: |
35
- VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')
+ VERSION=$(echo ${{ github.ref }} | sed 'refs\/tags\/v//')
36
sed -i "s/^version = .*/version = \"$VERSION\"/" ${{ github.workspace }}/Cargo.toml
37
- name: Dryrun ${{ matrix.package }}
38
working-directory: ${{ matrix.package }}
0 commit comments