Skip to content

Commit

Permalink
fetch depth = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed May 7, 2024
1 parent dce3006 commit 1c3445f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-rust-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: ${{ steps.environments.outputs.project }}-${{ steps.environments.outputs.version }}
releaseName: "${{ steps.environments.outputs.project }} v${{ steps.environments.outputs.version }}"
tagName: ${{ steps.environments.outputs.project }}-v__VERSION__
releaseName: "${{ steps.environments.outputs.project }} v__VERSION__"
releaseBody: ${{ github.event.head_commit.message }}
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit 1c3445f

Please sign in to comment.