diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 000000000..9048cfb0a --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,13 @@ +name: Release + +on: + push: + branches: + - '**' + +jobs: + release: + if: "!contains(github.repository, 'package-seed')" + uses: paytweed/ci-cd/.github/workflows/release.yml@main + secrets: + PACKAGE_REGISTRY_TOKEN: ${{ secrets.PACKAGE_REGISTRY_TOKEN }}