Skip to content

Commit

Permalink
tag job
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 27, 2025
1 parent fdeef28 commit 7452807
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- name: Generate Tag
uses: cvxgrp/.github/actions/uv/tag@main
id: tag_version
uses: cvxgrp/.github/actions/uv/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -36,7 +36,8 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7452807

Please sign in to comment.