9 lines
272 B
YAML
9 lines
272 B
YAML
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"
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- run: ./action.sh
|
|
shell: bash
|