mirror of
https://github.com/AnandChowdhary/package-version-action.git
synced 2025-12-06 15:58:26 +08:00
10 lines
246 B
YAML
10 lines
246 B
YAML
name: "Package Version Action"
|
|
description: "GitHub Action to get the package.json version and a SHA suffix"
|
|
author: "Koj <https://github.com/koj.co>"
|
|
runs:
|
|
using: "node12"
|
|
main: "dist/index.js"
|
|
branding:
|
|
icon: "umbrella"
|
|
color: "purple"
|