Skip to content

Commit

Permalink
Tweaking back.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 2, 2024
1 parent 46d3fb8 commit b664304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
program:
description: Program
required: true
default: mpl_inscription
default: inscription
type: choice
options:
- mpl_inscription
- inscription
cluster:
description: Cluster environment
required: true
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Determine program version
run: |
IDL_NAME="${{ inputs.program }}_program"
IDL_NAME="mpl_${{ inputs.program }}_program"
VERSION=`jq '.version' ./idls/${IDL_NAME}.json | sed 's/"//g'`
MAJOR=`echo ${VERSION} | cut -d. -f1`
MINOR=`echo ${VERSION} | cut -d. -f2`
Expand Down

0 comments on commit b664304

Please sign in to comment.