Skip to content

Commit

Permalink
chore: set luarocks version to 'scm'
Browse files Browse the repository at this point in the history
Including no version information gives us `main-1` as the version, instead of `scm`.
  • Loading branch information
rktjmp authored Apr 15, 2024
1 parent 9950b19 commit b9b9253
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
# with:
# version: ${{ env.LUAROCKS_VERSION }}
with:
version: 'scm'
# version: ${{ env.LUAROCKS_VERSION }}

0 comments on commit b9b9253

Please sign in to comment.