We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a29604 commit 0d53d69Copy full SHA for 0d53d69
.github/workflows/publish.yml
@@ -68,4 +68,4 @@ jobs:
68
version: ${{ steps.solana.outputs.version }}
69
- name: Publish
70
shell: bash
71
- run: make publish ARGS=--locked
+ run: ARGS="--locked" make publish
Makefile
@@ -1,3 +1,4 @@
1
+SHELL := /usr/bin/env bash
2
NIGHTLY_TOOLCHAIN := nightly-2024-11-22
3
SOLANA_VERSION := 2.2.0
4
0 commit comments