Skip to content

Commit 7e3d07e

Browse files
authored
Merge pull request #169 from buildpacks/AidanDelaney-patch-3
Build from released pack
2 parents 06f4be3 + 61a7725 commit 7e3d07e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ jobs:
2222
with:
2323
github-token: ${{secrets.GITHUB_TOKEN}}
2424
result-encoding: string
25-
# FIXME: Revert back to 'getLatestRelease' when pack v0.31.0 is released
2625
script: |
27-
return github.rest.repos.getReleaseByTag({
26+
return github.rest.repos.getLatestRelease({
2827
owner: "buildpacks",
29-
repo: "pack",
30-
tag: "v0.31.0-rc1"
28+
repo: "pack"
3129
}).then(result => {
3230
return result.data.assets
3331
.filter(a => a.name.includes("-linux.tgz"))

0 commit comments

Comments
 (0)