aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2023-02-24 14:00:22 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2023-02-24 15:27:12 +0100
commitb401b7423d18c78371c5ff1a5f8d3c14292b2047 (patch)
tree63e0afedb3d94a8986fd94b4d7f6f2285c51fe90
parentfix(ci): remove double 'uses' (diff)
downloadnvim-treesitter-0.8.5.2.tar
nvim-treesitter-0.8.5.2.tar.gz
nvim-treesitter-0.8.5.2.tar.bz2
nvim-treesitter-0.8.5.2.tar.lz
nvim-treesitter-0.8.5.2.tar.xz
nvim-treesitter-0.8.5.2.tar.zst
nvim-treesitter-0.8.5.2.zip
ci: bump release workflowv0.8.5.2
new version adds 'make' support and should fix the release job
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c1491f0fa..03b4d4e35 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
luarocks-upload:
runs-on: ubuntu-latest
steps:
- - uses: nvim-neorocks/luarocks-tag-release@v1.0.2
+ - uses: nvim-neorocks/luarocks-tag-release@v2.2.0
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with: