Skip to content

Commit 335b713

Browse files
authored
CI: Remove elgamal registry from publish job (#255)
#### 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.
1 parent e8830e3 commit 335b713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
needs: set_env
6868
uses: solana-program/actions/.github/workflows/publish-rust.yml@main
6969
with:
70-
sbpf-program-packages: "program confidential-elgamal-registry"
70+
sbpf-program-packages: "program"
7171
solana-cli-version: ${{ needs.set_env.outputs.SOLANA_CLI_VERSION }}
7272
clippy-toolchain: ${{ needs.set_env.outputs.RUST_TOOLCHAIN_NIGHTLY }}
7373
rustfmt-toolchain: ${{ needs.set_env.outputs.RUST_TOOLCHAIN_NIGHTLY }}

0 commit comments

Comments
 (0)