From f2df6a2a4441bedecfc64658c0fdcedbc5870e49 Mon Sep 17 00:00:00 2001 From: Ezra Brooks Date: Mon, 17 Nov 2025 09:59:48 -0700 Subject: [PATCH] Trigger CD on pre-releases Of course my first test of the CD job doesn't run at all! --- .github/workflows/cd.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"