Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afwbkbc committed Jul 8, 2024
1 parent 4c3e543 commit 8758672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.info.outputs.ver }}-${{ steps.info.outputs.sha }}
release_name: ${{ steps.info.outputs.ver }}-${{ steps.info.outputs.sha }}
tag_name: ${{ needs.prepare.outputs.ver }}-${{ needs.prepare.outputs.sha }}
release_name: ${{ needs.prepare.outputs.ver }}-${{ needs.prepare.outputs.sha }}
on_release_exists: update_only_unreleased_or_skip
draft: false

0 comments on commit 8758672

Please sign in to comment.