Skip to content

Commit 9a55117

Browse files
committed
ci(luarocks): if i have to make another commit to this thing i swear
1 parent 9308021 commit 9a55117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/luarocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
fetch-depth: 0 # Required to count the commits
1919
- name: Get Version
20-
run: LUA_VERSION=$(git describe --abbrev=0 --tags)
20+
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
2121
- name: LuaRocks Upload
2222
uses: nvim-neorocks/luarocks-tag-release@v5
2323
env:
2424
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
2525
with:
26-
version: ${{ env.LUA_VERSION }}
26+
version: ${{ env.LUAROCKS_VERSION }}
2727
test_interpreters: null

0 commit comments

Comments
 (0)