Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 authored Jun 20, 2024
1 parent 83ceb1e commit 7a5a564
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Upload to Release Action
uses: softprops/action-gh-release@v2
with:
body: automatic release
body: automatic release by github actions
prerelease: true
files: bin/
name: auto release
token: ${{ github.token }}
tag_name: |
auto
prerelease
actions

0 comments on commit 7a5a564

Please sign in to comment.