Browse Source

ci: fix error.

tags/v0.6.0
Yaohui Liu 2 years ago
parent
commit
6e10d45774
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/prepare_release.sh

+ 2
- 0
.github/prepare_release.sh View File

@@ -1,3 +1,5 @@
#!/bin/bash

is_minor="$1" # type is "minor" or "patch"
is_patch="$2" # type is "minor" or "patch"



Loading…
Cancel
Save