Skip to content

Commit

Permalink
ci: fix checkout tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed May 8, 2024
1 parent 72b6004 commit 1c99f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -312,7 +312,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
ref: v${{ needs.get_release_info.outputs.tag }}
ref: ${{ needs.get_release_info.outputs.tag }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 1c99f37

Please sign in to comment.