diff --git a/.github/workflows/publish-package-npm.yml b/.github/workflows/publish-package-npm.yml new file mode 100644 index 0000000..0ac5b0d --- /dev/null +++ b/.github/workflows/publish-package-npm.yml @@ -0,0 +1,13 @@ +# DO NOT EDIT - This file is managed by ezzatron/repos. +name: CI + +on: + push: + tags: + - "v[0-9]+.[0-9]+.[0-9]+" + +jobs: + ci: + name: ezzatron + uses: ezzatron/repos/.github/workflows/shared-publish-package-npm.yml@main + secrets: inherit