Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Nov 16, 2024
1 parent 2a7e4c2 commit 4d26ed5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: True
fetch-depth: 0
fetch-tags: true

- name: Install uv
uses: astral-sh/setup-uv@v3
Expand Down Expand Up @@ -48,10 +49,6 @@ jobs:
runs-on: ubuntu-latest
needs: version-check
if: needs.version-check.outputs.v
env:
VERSION: ${{ needs.version-check.outputs.v }}
steps:
- name: dump version 1
- name: Tag ${{ needs.version-check.outputs.v }}
run: echo "version1 is ${{ needs.version-check.outputs.v }}"
- name: dump version 2
run: echo "version2 is $VERSION"

0 comments on commit 4d26ed5

Please sign in to comment.