Skip to content

Commit 0423662

Browse files
committed
cd: fix rockspec publishing
The problem is that on Ubuntu 22.04 luarocks v3 from the `tarantool-common` package is installed, but tarantoolctl from tarantool 1.10 uses luarocks v2. See [1] for more details. [1] tarantool/tarantool#5429 (comment)
1 parent 49cb4a6 commit 0423662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# [1]: https://github.com/luarocks/luarocks/wiki/Types-of-rocks
4848
- uses: tarantool/setup-tarantool@v1
4949
with:
50-
tarantool-version: '1.10'
50+
tarantool-version: '2.10'
5151
- run: tarantoolctl rocks install queue-${{ env.TAG }}-1.rockspec
5252
- run: tarantoolctl rocks pack queue ${{ env.TAG }}
5353

0 commit comments

Comments
 (0)