Skip to content

Commit

Permalink
feat: Define outputs in action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch452 committed Apr 17, 2024
1 parent fdb0d2e commit cf166c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: Merge Release
description: Deploy your package to NPM and Github using semantic versioning

branding:
icon: upload-cloud
color: purple

runs:
using: docker
image: Dockerfile

outputs:
version:
description: The new version used as the release version

inputs:
GITHUB_TOKEN:
description: Github token to allow tagging the version
Expand Down

0 comments on commit cf166c1

Please sign in to comment.