Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisih authored May 26, 2021
1 parent a31f1f7 commit 762ed49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ name: .NET Desktop
on:
workflow_dispatch:
branches: [ master ]
tags:
- 'v*'
push:
branches: [ master ]
tags:
- 'v*'
pull_request:
branches: [ master ]
tags:
- 'v*'

jobs:
build:
Expand Down Expand Up @@ -41,7 +47,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
release_name: Latest
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit 762ed49

Please sign in to comment.