diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c5056fb4f..5cdcadfe2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,7 +2,7 @@ name: CD on: release: - types: [released] + types: [released, prereleased] permissions: contents: read diff --git a/package.json b/package.json index 740d38b29..bd266edab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "roslib", "homepage": "https://robotwebtools.github.io", "description": "The standard ROS Javascript Library", - "version": "2.0.0-alpha1", + "version": "2.0.0-alpha2", "license": "BSD-2-Clause", "files": [ "dist"