We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14c095 commit 72ad7b3Copy full SHA for 72ad7b3
1 file changed
.github/workflows/release.yml
@@ -46,6 +46,7 @@ jobs:
46
with:
47
path: artifacts
48
skip-decompress: true
49
+ merge-multiple: true
50
- id: get_version
51
run: |
52
FILE=$(ls artifacts/*.nupkg | head -n 1)
@@ -61,6 +62,7 @@ jobs:
61
62
63
64
65
66
- uses: softprops/action-gh-release@v3
67
68
tag_name: v${{ needs.get-verion.outputs.version }}
@@ -79,6 +81,7 @@ jobs:
79
81
80
82
83
84
85
- uses: NuGet/login@v1
86
id: login
87
@@ -98,5 +101,6 @@ jobs:
98
101
99
102
100
103
104
105
- name: Push package
106
run: dotnet nuget push ./artifacts/*.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --source "github"
0 commit comments