diff options
| author | Matthieu Coudron <mcoudron@hotmail.com> | 2023-02-24 14:00:22 +0100 |
|---|---|---|
| committer | Matthieu Coudron <teto@users.noreply.github.com> | 2023-02-24 15:27:12 +0100 |
| commit | b401b7423d18c78371c5ff1a5f8d3c14292b2047 (patch) | |
| tree | 63e0afedb3d94a8986fd94b4d7f6f2285c51fe90 | |
| parent | fix(ci): remove double 'uses' (diff) | |
| download | nvim-treesitter-b401b7423d18c78371c5ff1a5f8d3c14292b2047.tar nvim-treesitter-b401b7423d18c78371c5ff1a5f8d3c14292b2047.tar.gz nvim-treesitter-b401b7423d18c78371c5ff1a5f8d3c14292b2047.tar.bz2 nvim-treesitter-b401b7423d18c78371c5ff1a5f8d3c14292b2047.tar.lz nvim-treesitter-b401b7423d18c78371c5ff1a5f8d3c14292b2047.tar.xz nvim-treesitter-b401b7423d18c78371c5ff1a5f8d3c14292b2047.tar.zst nvim-treesitter-b401b7423d18c78371c5ff1a5f8d3c14292b2047.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.yml | 2 |
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: |
