Skip to content

Commit

Permalink
Update .github/workflows/update-version.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ujjwal Goyal <importujjwal@gmail.com>
  • Loading branch information
importhuman committed Aug 20, 2021
1 parent 21fbcb3 commit 07e3204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
NEW_VERSION = $(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/buildpacks/pack/releases/latest | jq .tag_name -r | cut -c 2-)
sed -i -z "s/default: '[0-9]\{1,\}.[0-9]\{1,\}.[0-9]\{1,\}'/default: '$NEW_VERSION'/2" setup-pack/action.yml
- name: Create pull request
uses: peter-evans/create-pull-request@v3.10.0
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
commit-message: Update version to latest release of buildpacks/pack
Expand Down

0 comments on commit 07e3204

Please sign in to comment.