Skip to content

Commit b020daa

Browse files
committed
ci: Switch to a basic sed for version updates
1 parent dda1d28 commit b020daa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ jobs:
5151
Write-Host $VERSION
5252
5353
- name: Set Package Version
54-
uses: sandstromviktor/toml-editor@2.0.0
55-
with:
56-
file: Cargo.toml
57-
key: package.version
58-
value: ${{ env.VERSION }}
54+
run: sed -i "s/^version\s*=\s*\".*\"/version = \"$VERSION\"/g" Cargo.toml
5955

6056
- name: Stash Versioned Cargo.toml
6157
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)