We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9200b commit 1a662f8Copy full SHA for 1a662f8
.github/workflows/release.yml
@@ -24,10 +24,11 @@ jobs:
24
run: |
25
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
26
.\bin\checkver.ps1 * -u
27
+ echo "VENV_VERSION='${{ steps.latest.outputs.tag_name }}'" | Out-File -FilePath .\Casks\local_config.rb
28
29
- name: Create pull request
30
uses: peter-evans/create-pull-request@v5
31
with:
32
branch: "manifests/${{ steps.latest.outputs.tag_name }}"
33
title: "Update manifests to version ${{ steps.latest.outputs.tag_name }}"
- body: ""
34
+ body: "Update manifests to version ${{ steps.latest.outputs.tag_name }}."
0 commit comments