diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml new file mode 100644 index 0000000..628786a --- /dev/null +++ b/.github/workflows/package-release.yaml @@ -0,0 +1,11 @@ +name: Package Release +on: + push: + branches: + - main +jobs: + release: + uses: rainlanguage/rainix/.github/workflows/rainix-autopublish.yaml@main + with: + crate: rain-erc + secrets: inherit