Skip to content

Commit

Permalink
Merge pull request #15 from ES-Space/dev
Browse files Browse the repository at this point in the history
ci: update ci
  • Loading branch information
huccct authored Jan 15, 2025
2 parents 4559c6a + 62b7d61 commit 19c9859
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 19c9859

Please sign in to comment.