File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 max_attempts : 50
5252 shell : bash
5353 command : |
54- CMD="npx @solana-program/program-metadata@latest write"
54+ CMD="npx @solana-program/program-metadata@0.5.1 write"
5555 CMD="$CMD ${{ inputs.seed }}"
5656 CMD="$CMD ${{ inputs.program-id }}"
5757
Original file line number Diff line number Diff line change 4242 command : |
4343 echo "Creating program-metadata buffer from ${{ inputs.idl-path }}..."
4444
45- OUTPUT=$(NO_COLOR=1 npx @solana-program/program-metadata@latest create-buffer \
45+ OUTPUT=$(NO_COLOR=1 npx @solana-program/program-metadata@0.5.1 create-buffer \
4646 "${{ inputs.idl-path }}" \
4747 --keypair ./deploy-keypair.json \
4848 --rpc "${{ inputs.rpc-url }}" \
7070 BUFFER="${{ steps.create-buffer.outputs.buffer }}"
7171 echo "Transferring buffer authority for $BUFFER to ${{ inputs.buffer-authority }}"
7272
73- NO_COLOR=1 npx @solana-program/program-metadata@latest set-buffer-authority "$BUFFER" \
73+ NO_COLOR=1 npx @solana-program/program-metadata@0.5.1 set-buffer-authority "$BUFFER" \
7474 --new-authority ${{ inputs.buffer-authority }} \
7575 --keypair ./deploy-keypair.json \
7676 --rpc "${{ inputs.rpc-url }}" \
You can’t perform that action at this time.
0 commit comments