Skip to content

Commit 2ba8094

Browse files
authored
Revert "Release 0.0.1 (#59)" (#60)
This reverts commit 50b5252.
1 parent 50b5252 commit 2ba8094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Extract version information
1313
run: |
14-
VERSION=$(echo "${{ github.event.head_commit.message }}" | grep -oE 'Release [0-9]+\.[0-9]+\.[0-9]+( \(#[0-9]+\))?' | sed -E 's/Release ([0-9]+\.[0-9]+\.[0-9]+).*/\1/')
14+
VERSION=$(echo "${{ github.event.head_commit.message }}" | grep -oE 'Release [0-9]+\.[0-9]+\.[0-9]+' | sed 's/Release //')
1515
if [[ -n "$VERSION" ]]; then
1616
echo "VERSION=$VERSION" >> $GITHUB_ENV
1717
fi

0 commit comments

Comments
 (0)