Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Feb 7, 2025
1 parent cc93bed commit c0f77f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- uses: pnpm/action-setup@v4

Expand All @@ -39,6 +40,13 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Debug Git Tags
run: |
echo "Available tags:"
git tag -l
echo "Latest tag:"
git describe --tags --abbrev=0
- name: Generate release
run: pnpm dlx semantic-release
env:
Expand Down

0 comments on commit c0f77f9

Please sign in to comment.