Skip to content

Commit

Permalink
ci: fix tarantool version
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaton committed Jul 23, 2024
1 parent 577b9ea commit fc32a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-rockspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: tarantool/setup-tarantool@v3
with:
tarantool-version: '2.6'
tarantool-version: '2.10.6'

# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
- name: Set env
Expand Down

0 comments on commit fc32a07

Please sign in to comment.