Skip to content

Commit

Permalink
fixes in the yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinceMathew committed Aug 9, 2023
1 parent 8b268d7 commit b6afcfb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
Binary-Build:
Expand Down Expand Up @@ -47,8 +48,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.0
release_name: Release v1.0.0
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit b6afcfb

Please sign in to comment.