ci: Explicitly checkout ref in release workflow

This commit is contained in:
courtmanr@gmail.com
2025-04-30 17:02:51 +01:00
parent 27ffa690cd
commit a5c85d12b1
+2
View File
@@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.ref }} # Explicitly checkout the triggering tag/ref
- name: Set up Node.js
uses: actions/setup-node@v4