Skip to content

Commit

Permalink
Merge pull request #142 from OMZigak/release-v1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
tkdwns414 authored Sep 7, 2024
2 parents 938e017 + 45b084f commit afcaef6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
if [ -z "$VERSION" ]; then
echo "No version found in the commit message."
exit 1
fi
fi
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Create GitHub Release
run: |
Expand All @@ -88,4 +90,4 @@ jobs:
if [ "$response" -ne 201 ]; then
echo "GitHub Release failed with status code $response"
exit 1
fi
fi

0 comments on commit afcaef6

Please sign in to comment.