Skip to content

Commit

Permalink
ci: bump create-pr version
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed May 10, 2024
1 parent a4af980 commit 7c28793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
wash_version:
description: "Version of wash, without the `v`, to release to chocolatey"
required: true
default: "0.18.0"
default: "0.28.0"
jobs:
update-release:
runs-on: ubuntu-latest
Expand All @@ -31,7 +31,7 @@ jobs:
cat ./template/chocolateyinstall.txt | sed "s|WASMCLOUD_URL|$wasmcloud_url|" | sed "s|WASMCLOUD_SHA|$wasmcloud_sha|" > tools/chocolateyinstall.ps1
cat ./template/wash.txt | sed "s|WASMCLOUD_VERSION|$wasmcloud_version|" > wash.nuspec
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: bump wash to v${{ env.wash_version }}
title: wash v${{ env.wash_version }}
Expand Down

0 comments on commit 7c28793

Please sign in to comment.