Skip to content

Commit 1a662f8

Browse files
authored
Update homebrew manifest on new releases (#17)
1 parent ca9200b commit 1a662f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
run: |
2525
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
2626
.\bin\checkver.ps1 * -u
27+
echo "VENV_VERSION='${{ steps.latest.outputs.tag_name }}'" | Out-File -FilePath .\Casks\local_config.rb
2728
2829
- name: Create pull request
2930
uses: peter-evans/create-pull-request@v5
3031
with:
3132
branch: "manifests/${{ steps.latest.outputs.tag_name }}"
3233
title: "Update manifests to version ${{ steps.latest.outputs.tag_name }}"
33-
body: ""
34+
body: "Update manifests to version ${{ steps.latest.outputs.tag_name }}."

0 commit comments

Comments
 (0)