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 8e6ad27 commit 18cad56Copy full SHA for 18cad56
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
GITHUBREF: ${{ github.ref }}
37
run: |
38
- PACKAGE_NAME=$(sed -E 's/refs\/tags\/([a-z0-9_]+)-v([0-9]+\.[0-9]+\.[0-9]+)/\1/' <<< $GITHUBREF) && \
+ PACKAGE_NAME=$(sed -E 's/refs\/tags\/([a-z0-9_]+)-v([0-9]+\.[0-9]+\.[0-9]+(\+[0-9]+)?)/\1/' <<< $GITHUBREF) && \
39
echo "PACKAGE_NAME=$PACKAGE_NAME" >> $GITHUB_ENV
40
echo "Package name: $PACKAGE_NAME"
41
0 commit comments