I swear if this works

This commit is contained in:
Mathium05
2026-08-20 22:41:26 -05:00
parent c740380df4
commit 52bb6845dd
+2
View File
@@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 22
- name: fetch tag
run: git fetch origin ${{ github.ref_name }}
- name: npm i
run: npm i
- name: npm run build