Files
npm_publish/action.yaml
Bryce Thorup 747811d67b env
2024-01-01 11:23:49 -07:00

11 lines
260 B
YAML

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
env:
NPM_REPO_KEY: ${{ secrets.NPM_REPO_KEY}}
shell: bash