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.
2 parents c611d87 + 3b25b86 commit bc0175dCopy full SHA for bc0175d
1 file changed
.github/workflows/publish.yml
@@ -36,9 +36,6 @@ jobs:
36
sudo apt-get install -y protobuf-compiler
37
protoc --version
38
39
- - name: Set version
40
- run: sed -i "s/version = \"0.0.0\"/version = \"${{ github.ref_name }}\"/" Cargo.toml
41
-
42
- name: Check formatting
43
run: cargo fmt --all -- --check
44
@@ -51,6 +48,9 @@ jobs:
51
48
- name: Run tests
52
49
run: cargo test --locked --features all
53
50
+ - name: Set version
+ run: sed -i "s/version = \"0.0.0\"/version = \"${{ github.ref_name }}\"/" Cargo.toml
+
54
- name: Cargo Login
55
run: cargo login ${{secrets.CARGO_REGISTRY_TOKEN}}
56
0 commit comments