Skip to content

Commit

Permalink
(->{
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Mar 3, 2024
1 parent 09939f0 commit c80c6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
ghc_version:
description: "used to pull binary"
type: string
required: false
required: true
default: "9.6.3"
# tag_default_bump:
# description: "Auto-bump release version id"
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
VERSION_NEW: ${{ env.VERSION_NEW }}
run: |
GHC_VER=$(( inputs.ghc_version ))
GHC_VER=${{ inputs.ghc_version }}
UBUNTU_20_TAR=chainweb.false.$GHC_VER.ubuntu-20.04.$SHORT_REVISION.tar.gz
UBUNTU_22_TAR=chainweb.false.$GHC_VER.ubuntu-22.04.$SHORT_REVISION.tar.gz
Expand Down

0 comments on commit c80c6b3

Please sign in to comment.