Skip to content

Commit 7fc0e4e

Browse files
authored
ci(luarocks): make actions/checkout fetch tags (#115)
to let luarocks-tag-release know the tag version to be published.
1 parent ea888fb commit 7fc0e4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/luarocks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
ref: ${{ inputs.ref }}
23+
fetch-tags: true
2324
- name: Upload package to luarocks
2425
uses: lumen-oss/luarocks-tag-release@v7
2526
env:

0 commit comments

Comments
 (0)