Skip to content

Commit

Permalink
no explicit checkout for release`
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 2, 2025
1 parent 9ca5070 commit a0cd457
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' &&
github.ref == 'refs/heads/main' }} # Ensure CI passed and we are on main branch
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Generate Tag
uses: cvxgrp/.github/actions/uv/tag@v2.0.17
with:
Expand Down

0 comments on commit a0cd457

Please sign in to comment.