File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ jobs:
62
62
# if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
63
63
# run: dotnet nuget push nupkgs/*.nupkg --source "github" --skip-duplicate
64
64
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
You can’t perform that action at this time.
0 commit comments