Skip to content

Commit 0d53d69

Browse files
authored
fix publish job (#130)
1 parent 4a29604 commit 0d53d69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
version: ${{ steps.solana.outputs.version }}
6969
- name: Publish
7070
shell: bash
71-
run: make publish ARGS=--locked
71+
run: ARGS="--locked" make publish

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SHELL := /usr/bin/env bash
12
NIGHTLY_TOOLCHAIN := nightly-2024-11-22
23
SOLANA_VERSION := 2.2.0
34

0 commit comments

Comments
 (0)