Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley authored Aug 2, 2023
1 parent 663c6ec commit c4982f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Prepare Buildpack Releases
name: Prepare Buildpack Release

on:
workflow_dispatch:
inputs:
bump:
description: "Bump"
required: true
default: 'patch'
default: "patch"
type: choice
options:
- major
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Buildpacks
name: Release Buildpack

on:
workflow_dispatch:
Expand Down
4 changes: 1 addition & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ id = "heroku-20"
[[stacks]]
id = "heroku-22"

[metadata]
[metadata.release]
[metadata.release.image]
repository = "docker.io/heroku/buildpack-python"
image = { repository = "docker.io/heroku/buildpack-python" }

0 comments on commit c4982f8

Please sign in to comment.