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 1cea57c commit d9cb305Copy full SHA for d9cb305
1 file changed
.github/workflows/release_rust.yml
@@ -32,6 +32,7 @@ jobs:
32
33
- name: Create Release PR
34
run: |
35
+ cargo install cargo-release
36
# Run cargo release and capture the output
37
echo "Starting release process..."
38
echo "Current time1: $(date)"
0 commit comments