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 c91c957 commit de73852Copy full SHA for de73852
.github/workflows/update-repo-stuff.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
git log --format=%B -n 1 $GITHUB_SHA | head -1 > /tmp/commit_msg
49
50
- NUMBER=$( cat /tmp/commit_msg | head -1 | tr -cd [:digit:] )
+ NUMBER=$( cat /tmp/commit_msg | head -1 | sed 's/.*(\#\(.*\))/\1/' )
51
echo "PR number is: $NUMBER"
52
echo "::set-output name=number::$NUMBER"
53
Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT"
9
name = "git-url-parse"
10
readme = "README.md"
11
repository = "https://github.com/tjtelan/git-url-parse-rs"
12
-version = "0.4.2"
+version = "0.4.3"
13
14
[dependencies]
15
tracing = "0.1"
0 commit comments