Skip to content

Commit cf129d9

Browse files
authored
Trigger CD on pre-releases (#1083)
Of course my first test of the CD job doesn't run at all!
1 parent 52c8130 commit cf129d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CD
22

33
on:
44
release:
5-
types: [released]
5+
types: [released, prereleased]
66

77
permissions:
88
contents: read

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "roslib",
33
"homepage": "https://robotwebtools.github.io",
44
"description": "The standard ROS Javascript Library",
5-
"version": "2.0.0-alpha1",
5+
"version": "2.0.0-alpha2",
66
"license": "BSD-2-Clause",
77
"files": [
88
"dist"

0 commit comments

Comments
 (0)