Skip to content

Commit 4a465f0

Browse files
mainredaritraghosh
authored andcommitted
use poetry 1.8.4 by default
1 parent eb07dc7 commit 4a465f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
needs: [ mac-hash, linux-hash ]
7878
runs-on: ubuntu-latest
7979
if: ${{ !github.event.release.prerelease }}
80+
env:
81+
TAG_NAME: ${{ github.ref_name }}
8082
steps:
8183
- name: Checkout homebrew-holmesgpt repository
8284
uses: actions/checkout@v2
@@ -87,7 +89,6 @@ jobs:
8789
run: |
8890
MAC_BUILD_HASH=${{ needs.mac-hash.outputs.MAC_BUILD_HASH }}
8991
LINUX_BUILD_HASH=${{ needs.linux-hash.outputs.LINUX_BUILD_HASH }}
90-
TAG_NAME=${{ github.ref_name }}
9192
awk 'NR==6{$0=" url \"https://github.com/robusta-dev/holmesgpt/releases/download/'"$TAG_NAME"'/holmes-macos-latest-'"$TAG_NAME"'.zip\""}1' ./Formula/holmesgpt.rb > temp && mv temp ./Formula/holmesgpt.rb
9293
awk 'NR==7{$0=" sha256 \"'$MAC_BUILD_HASH'\""}1' ./Formula/holmesgpt.rb > temp && mv temp ./Formula/holmesgpt.rb
9394
awk 'NR==9{$0=" url \"https://github.com/robusta-dev/holmesgpt/releases/download/'"$TAG_NAME"'/holmes-ubuntu-22.04-'"$TAG_NAME"'.zip\""}1' ./Formula/holmesgpt.rb > temp && mv temp ./Formula/holmesgpt.rb

.github/workflows/build-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
poetry-version:
2121
description: 'Poetry version to use'
2222
required: false
23-
default: '1.4.0'
23+
default: '1.8.4'
2424
type: string
2525
os-matrix:
2626
description: 'OS matrix for builds (JSON array)'

0 commit comments

Comments
 (0)