Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates authored Jan 4, 2024
1 parent f5e18d9 commit c73e867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
codename:
description: 'codename 🐶'
required: true
srtool_image:
description: Default to use the latest. You can use an alternate image, use with caution!
required: false

jobs:
build_binary:
Expand Down Expand Up @@ -66,6 +69,7 @@ jobs:
with:
chain: gm-chain
runtime_dir: runtime
tag: ${{ github.event.inputs.srtool_image }}

# Output the build summary
- name: Build Summary
Expand Down

0 comments on commit c73e867

Please sign in to comment.