Skip to content

Commit

Permalink
ci: try to fix luarocks publishing
Browse files Browse the repository at this point in the history
I think release-please did not trigger this for some reason.
  • Loading branch information
mikavilpas committed Jun 21, 2024
1 parent cefc250 commit 8437add
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-luarocks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# https://github.com/marketplace/actions/luarocks-tag-release
name: LuaRocks release
on:
push:
tags: # Will upload to luarocks.org when a tag is pushed
- "*"
pull_request: # Will test a local install without uploading to luarocks.org
workflow_dispatch: # makes it possible to run the workflow manually
release:
types:
# Will upload to luarocks.org when a release is made
- published

jobs:
luarocks-release:
Expand Down

0 comments on commit 8437add

Please sign in to comment.