Skip to content

Commit f04f9f1

Browse files
committed
fix(ci): fetch tags to properly trigger luarocks upload
1 parent 1b8ee42 commit f04f9f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/luarocks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v5
15-
with:
16-
ref: ${{ github.ref }}
17-
fetch-tags: true
15+
16+
- name: Fetch tags # actions/checkout doesn't fetch tags properly
17+
run: git fetch --tags
1818

1919
- name: Import GPG key
2020
uses: crazy-max/ghaction-import-gpg@v6

0 commit comments

Comments
 (0)