mirror of
https://github.com/actions/publish-action.git
synced 2025-07-14 04:41:49 +02:00
Implement the "publish-action" action
This commit is contained in:
14
__tests__/data/pre-release.json
Normal file
14
__tests__/data/pre-release.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"data": {
|
||||
"id": 1,
|
||||
"node_id": "MDc6UmVsZWFzZTE=",
|
||||
"tag_name": "v1.0.0",
|
||||
"target_commitish": "main",
|
||||
"name": "v1.0.0",
|
||||
"body": "Description of the release",
|
||||
"draft": false,
|
||||
"prerelease": true,
|
||||
"created_at": "2013-02-27T19:35:32Z",
|
||||
"published_at": "2013-02-27T19:35:32Z"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user