Skip to content

Commit 10ce263

Browse files
authored
fix(luarocks-release): add missing actions/checkout (#438)
1 parent 3505a8c commit 10ce263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
- 'v*'
66
jobs:
77
luarocks-upload:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
10+
- uses: actions/checkout@v3
1011
- uses: leafo/gh-actions-lua@v9
1112
- uses: leafo/gh-actions-luarocks@v4
1213
- name: Install dkjson

0 commit comments

Comments
 (0)