Skip to content

Commit dc6b1ba

Browse files
committed
ci(publish): fix expression syntax
1 parent b73363c commit dc6b1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: luarocks pack *.rockspec
2727

2828
- name: Publish to LuaRocks
29-
run: luarocks upload --api-key=${ secrets.LUAROCKS_API_KEY } *.rockspec
29+
run: luarocks upload --api-key=${{ secrets.LUAROCKS_API_KEY }} *.rockspec
3030

3131
- name: Create GitHub Release
3232
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)