Skip to content

Commit 9b42737

Browse files
Add missing close quote in action
1 parent 14151af commit 9b42737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
REPO="$(echo "$BP_ID" | sed 's/.*\///')"
3535
VERSION="$(cat test-info/buildpack.toml | yj -t | jq -r .buildpack.version)"
3636
PACKAGE="${ORG}/${REPO}"
37-
pack buildpack package ${PACKAGE}:${VERSION} --config package.toml --target "linux/amd64" --target "linux/arm64 --publish
37+
pack buildpack package ${PACKAGE}:${VERSION} --config package.toml --target "linux/amd64" --target "linux/arm64" --publish
3838
cd ..
3939
shell: bash
4040
- id: package-builder
@@ -47,6 +47,6 @@ jobs:
4747
TAG="${{ github.ref_name }}"
4848
VERSION="${TAG#v}"
4949
PACKAGE="${ORG}/${REPO}"
50-
pack builder create "${PACKAGE}:${VERSION}" --config builder.toml --target "linux/amd64" --target "linux/arm64 --publish
50+
pack builder create "${PACKAGE}:${VERSION}" --config builder.toml --target "linux/amd64" --target "linux/arm64" --publish
5151
cd ..
5252
shell: bash

0 commit comments

Comments
 (0)