Skip to content

Commit

Permalink
Update upload-release-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroett authored Sep 19, 2021
1 parent f6db419 commit 17db58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and publish to nuget

on:
release:
types: [created]

jobs:
buildAndPublish:
Expand Down Expand Up @@ -37,5 +38,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: nupkgs
file_glob: true
# - name: Publish nupkg

0 comments on commit 17db58a

Please sign in to comment.