diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml new file mode 100644 index 0000000..37da913 --- /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: + soldeer-package: rain-verify-interface + secrets: inherit diff --git a/.github/workflows/publish-soldeer.yaml b/.github/workflows/publish-soldeer.yaml deleted file mode 100644 index 066aa41..0000000 --- a/.github/workflows/publish-soldeer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: Publish to Soldeer -on: - push: - tags: ["v*"] -jobs: - publish: - uses: rainlanguage/rainix/.github/workflows/publish-soldeer.yaml@main - secrets: inherit diff --git a/foundry.toml b/foundry.toml index e4a7620..574db7e 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,3 +1,7 @@ +[package] +name = "rain-verify-interface" +version = "0.1.0" + [profile.default] libs = ['dependencies']