Skip to content

Commit

Permalink
Merge pull request #33 from gevulotnetwork/ci/hotfix
Browse files Browse the repository at this point in the history
Hotfix for publishing workflow
  • Loading branch information
aleasims authored Dec 12, 2024
2 parents 2a800a9 + 5c63480 commit e91a110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
TAG_VERSION=$(echo "${{ github.ref_name }}" \
| grep -P "^v\d+.\d+.\d+(\-\w+(.\w)*)?$" \
| grep --color=never -Po "\d+.\d+.\d+(\-\w+(.\w)*)?$"
| grep --color=never -Po "\d+.\d+.\d+(\-\w+(.\w)*)?$")
if [[ -z $TAG_VERSION ]]; then
echo "Ref is not a release tag."
echo "To create release, use tag names like 'v1.2.3' or 'v1.2.3-pre.4'."
Expand Down

0 comments on commit e91a110

Please sign in to comment.