first test
This commit is contained in:
12
action.yaml
Normal file
12
action.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: versioned-release
|
||||
description: "Creates a version tag when the 'version' value in 'package.json' has changed and a tag with the version number does not already exist."
|
||||
author: "Bryce Thorup"
|
||||
inputs:
|
||||
server_url:
|
||||
description: The git repository URL
|
||||
required: true
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: version
|
||||
shell: ls -l
|
||||
Reference in New Issue
Block a user