fix(ci): correct tag for checkout (#150)

This commit is contained in:
Aaron Pham
2023-07-25 14:11:03 -04:00
committed by GitHub
parent e0a90c8d7e
commit 4fae00b68b
3 changed files with 15 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: 'v${{ inputs.tags }}'
ref: '${{ inputs.tags }}'
- name: Setup CI
uses: ./.github/actions/setup-repo
with: