Skip to content

Commit

Permalink
feat: add tag_name to GitHub Release action in workflow
Browse files Browse the repository at this point in the history
Added `tag_name: latest` to the GitHub Release action in the release workflow to specify the tag for the release.
  • Loading branch information
thelezend committed Sep 15, 2024
1 parent 09da140 commit ecf5624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
tag_name: latest
files: |
target/release/solana-copy-trade-detect
target/release/solana-copy-trade-detect.exe
Expand Down

0 comments on commit ecf5624

Please sign in to comment.