We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842477f commit 1154f34Copy full SHA for 1154f34
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
permissions:
12
- contents: write
+ contents: write
13
14
steps:
15
- uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
26
run: luarocks pack *.rockspec
27
28
- name: Publish to LuaRocks
29
- run: luarocks upload --api-key=${{ secrets.LUAROCKS_API_KEY } *.rockspec
+ run: luarocks upload --api-key=${ secrets.LUAROCKS_API_KEY } *.rockspec
30
31
- name: Create GitHub Release
32
uses: softprops/action-gh-release@v2
0 commit comments