Skip to content

Commit

Permalink
debug in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Jan 8, 2025
1 parent 33b7426 commit b1b168a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*.*.*'
branches:
- main

env:
APP_NAME: 'manticore-load'
MAINTAINER: 'Manticore'
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
# Get version from git tag
if ! version=$(git describe --tags --exact-match --match '[0-9]*.[0-9]*.[0-9]*' 2>/dev/null); then
echo "Error: Current commit must be tagged with version in format x.y.z"
echo "Error: Current commit must be tagged with version in format x.y.z. The actual tag is $version"
exit 1
fi
Expand Down

0 comments on commit b1b168a

Please sign in to comment.