Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huccct committed Jan 15, 2025
1 parent 34ad6b5 commit 62b7d61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
name: Set version from GitHub Release
command: |
VERSION=${CIRCLE_TAG#v}
if [ -z "$VERSION" ]; then
echo "No version tag found"
exit 1
fi
echo "Publishing version: $VERSION"
cd packages/react-drager && npm version $VERSION --no-git-tag-version
- run:
name: Publish package
Expand Down

0 comments on commit 62b7d61

Please sign in to comment.