This commit is contained in:
Bryce Thorup
2024-01-01 10:55:15 -07:00
commit af712c1670
3 changed files with 12 additions and 0 deletions

8
action.yaml Normal file
View 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