You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
395 B
YAML
17 lines
395 B
YAML
name: "GitHub Publish Action"
|
|
description: "Automates publishing of npm packages to a registry."
|
|
author: "Boom Token"
|
|
|
|
branding:
|
|
icon: "package" # Choose an icon (see options below)
|
|
color: "orange" # Choose a color (see options below)
|
|
|
|
inputs:
|
|
NPM_TOKEN:
|
|
description: "The npm authentication token for publishing."
|
|
required: true
|
|
|
|
runs:
|
|
using: "node16"
|
|
main: "dist/index.js"
|