Skip to content

Commit 69aa220

Browse files
author
Natalie Arellano
committed
Use released pack
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 662ceaf commit 69aa220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install pack
2727
uses: buildpacks/github-actions/[email protected]
2828
with:
29-
pack-version: '0.31.0-rc1' # FIXME: update to 0.31.0 when available
29+
pack-version: '0.31.0'
3030
- name: Test
3131
run: make test
3232
env:

content/docs/extension-guide/create-extension/setup-local-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cd <your preferred workspace directory>
5555
pack version
5656
```
5757

58-
The version should be at least `0.31.0-rc.1`
58+
The version should be at least `0.31.0`
5959

6060
### Update pack configuration
6161

0 commit comments

Comments
 (0)