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 fe5d88c commit 4963be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
4 changes: 1 addition & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ id = "*"
[[buildpack.licenses]]
type = "BSD-3-Clause"

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

0 comments on commit 4963be3

Please sign in to comment.