Skip to content

Commit

Permalink
ci: remove step to tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed May 8, 2024
1 parent 1c99f37 commit 224fd03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Expand Up @@ -307,13 +307,6 @@ jobs:
with:
persist-credentials: false

- name: Checkout tag
if: needs.get_release_info.outputs.tag != ''
uses: actions/checkout@v4
with:
persist-credentials: false
ref: ${{ needs.get_release_info.outputs.tag }}

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

Expand Down

0 comments on commit 224fd03

Please sign in to comment.