init
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-01-08 09:11:40 -07:00
commit a70e5aec6b
3 changed files with 34 additions and 0 deletions

16
action.yaml Normal file
View File

@@ -0,0 +1,16 @@
name: pub-publish
description: "publishes latest version tag to a pub repository"
author: "Bryce Thorup"
inputs:
npm_repo_key:
description: Key used for publising to pub repo
required: true
npm_repo_domain:
description: Domain for pub repo
required: true
runs:
using: "composite"
steps:
- uses: dart-lang/setup-dart@v1
- run: $GITHUB_ACTION_PATH/action.sh
shell: bash