We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06f4be3 + 61a7725 commit 7e3d07eCopy full SHA for 7e3d07e
.github/workflows/build-and-deploy.yml
@@ -22,12 +22,10 @@ jobs:
22
with:
23
github-token: ${{secrets.GITHUB_TOKEN}}
24
result-encoding: string
25
- # FIXME: Revert back to 'getLatestRelease' when pack v0.31.0 is released
26
script: |
27
- return github.rest.repos.getReleaseByTag({
+ return github.rest.repos.getLatestRelease({
28
owner: "buildpacks",
29
- repo: "pack",
30
- tag: "v0.31.0-rc1"
+ repo: "pack"
31
}).then(result => {
32
return result.data.assets
33
.filter(a => a.name.includes("-linux.tgz"))
0 commit comments