ci(workflows/{prerelease,release}): force checkout to specific tag (#660)

This commit is contained in:
Sumire (菫) 2024-09-27 22:33:59 -04:00 committed by GitHub
parent 56440cd5a4
commit 7c1a886664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
- name: Get the version
id: get_version

View File

@ -52,6 +52,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
- name: Get the version
id: get_version