Skip to content

Commit 1154f34

Browse files
committed
ci(publish): fix permissions indent
1 parent 842477f commit 1154f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: write
12+
contents: write
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -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)