a
This commit is contained in:
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# versioned_release
|
||||
|
||||
gitea action for creating a version tag when the `version` value in `package.json` has changed and a tag with the version number does not already exist.
|
||||
8
action.yaml
Normal file
8
action.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: npm-publish
|
||||
description: "publishes latest version tag to a npm repository"
|
||||
author: "Bryce Thorup"
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: $GITHUB_ACTION_PATH/action.sh
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user