Browse Source

CI: Remove elgamal registry from publish job (#85)

#### Problem

The publish job references the elgamal registry program, which is a
copy-pasta error from token-2022.

#### Summary of changes

Remove the reference to the program.
Jon C 1 tháng trước cách đây
mục cha
commit
717faea513
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/publish-rust.yml

+ 1 - 1
.github/workflows/publish-rust.yml

@@ -66,7 +66,7 @@ jobs:
     needs: set_env
     uses: solana-program/actions/.github/workflows/publish-rust.yml@main
     with:
-      sbpf-program-packages: "program confidential-elgamal-registry"
+      sbpf-program-packages: "program"
       solana-cli-version: ${{ needs.set_env.outputs.SOLANA_CLI_VERSION }}
       clippy-toolchain: ${{ needs.set_env.outputs.RUST_TOOLCHAIN_NIGHTLY }}
       rustfmt-toolchain: ${{ needs.set_env.outputs.RUST_TOOLCHAIN_NIGHTLY }}