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 e3aff4b commit f11eda9Copy full SHA for f11eda9
1 file changed
.github/workflows/release_rust.yml
@@ -33,7 +33,6 @@ jobs:
33
- name: Create Release PR
34
run: |
35
cargo install cargo-release
36
- git checkout -b release-${{ steps.version.outputs.version }}
37
# Run cargo release and capture the output
38
echo "Starting release process..."
39
echo "Running deno script with version: ${{ steps.version.outputs.version }}"
0 commit comments