Skip to content

Commit

Permalink
add 'v' before the tag name and manual start function
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Oct 29, 2024
1 parent a334896 commit fa53c6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_binary_nop_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'Cargo.toml'
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand All @@ -30,8 +31,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.version }}
release_name: Release ${{ env.version }}
tag_name: v${{ env.version }}
release_name: Release v${{ env.version }}
draft: false
prerelease: false

Expand Down

0 comments on commit fa53c6a

Please sign in to comment.