mirror of
https://github.com/actions/publish-action.git
synced 2025-07-12 20:01:50 +02:00
Implement the "publish-action" action
This commit is contained in:
12
__tests__/data/stable-build-semver.json
Normal file
12
__tests__/data/stable-build-semver.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"options": {},
|
||||
"loose": false,
|
||||
"includePrerelease": false,
|
||||
"raw": "1.0.0+20130313144700",
|
||||
"major": 1,
|
||||
"minor": 0,
|
||||
"patch": 0,
|
||||
"prerelease": [],
|
||||
"build": [ "20130313144700" ],
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user