Skip to content

Commit 817820e

Browse files
authored
Merge pull request cli#36 from github/release-mgmt
Release management
2 parents 528ea6e + e7bebae commit 817820e

File tree

13 files changed

+11973
-0
lines changed

13 files changed

+11973
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Copy release to another repo'
2+
description: 'Copy a release from one repo to another'
3+
author: 'probablycorey'
4+
runs:
5+
using: 'node12'
6+
main: './lib/index.js'
7+
outputs:
8+
asset-url:
9+
description: The url of the asset that was copied

0 commit comments

Comments
 (0)