Skip to content

Commit 0c374ff

Browse files
authored
Update dotnet.yml
1 parent 143d9eb commit 0c374ff

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/dotnet.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
# if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
6363
# run: dotnet nuget push nupkgs/*.nupkg --source "github" --skip-duplicate
6464

65-
#- name: Publish Release
66-
# uses: "slord399/action-automatic-releases@v1.0.1"
67-
# with:
68-
# title: "Release v.${{ env.VERSION }}"
69-
# repo_token: "${{ env.GITHUB_TOKEN }}"
70-
# automatic_release_tag: "v.${{ env.VERSION }}"
71-
# prerelease: false
72-
# files: |
73-
# nupkgs/*.nupkg
74-
# config/*.json
65+
- name: Publish Release
66+
uses: "slord399/action-automatic-releases@v1.0.1"
67+
with:
68+
title: "Release v.${{ env.VERSION }}"
69+
repo_token: "${{ env.GITHUB_TOKEN }}"
70+
automatic_release_tag: "v.${{ env.VERSION }}"
71+
prerelease: false
72+
files: |
73+
nupkgs/*.nupkg
74+
*.json

0 commit comments

Comments
 (0)