Skip to content

Commit 1b27fa5

Browse files
authored
chore(gha): more logs for create-release.yaml
1 parent cc70f05 commit 1b27fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
BUMP_VERSION: ${{ github.event.inputs.bump_version }}
4242
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4343
run: |
44+
set -xeo pipefail
4445
last_tag=$(git describe --tags --abbrev=0 --match "${PROJECT_NAME}_v*")
4546
regex="^${PROJECT_NAME}_v([0-9]*).([0-9]*).([0-9]*)$"
4647
[[ $last_tag =~ $regex ]] || $(echo "failed to parse last tag '$last_tag'" && exit 1)

0 commit comments

Comments
 (0)