We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*.nupkg
1 parent f81d5dc commit ea88b27Copy full SHA for ea88b27
3 files changed
.github/workflows/publish.yml
@@ -865,6 +865,9 @@ jobs:
865
name: nuget_pack_${{ steps.version.outputs.version }}
866
path: Handsontable.*.nupkg
867
868
+ - name: Clean up NuGet package
869
+ run: rm -f Handsontable.*.nupkg
870
+
871
- name: Update changelog release date
872
run: |
873
VERSION='${{ steps.version.outputs.version }}'
@@ -1041,6 +1044,9 @@ jobs:
1041
1044
--api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}" \
1042
1045
--source https://api.nuget.org/v3/index.json
1043
1046
1047
1048
+ run: rm -f *.nupkg
1049
1050
- name: Install dependencies
1051
run: pnpm install --frozen-lockfile
1052
.gitignore
@@ -18,3 +18,5 @@ docs/.env
18
19
# Local Netlify folder
20
.netlify
21
22
+*.nupkg
Handsontable.17.0.0.nupkg
-2.6 MB
0 commit comments