Skip to content

Commit 089afdd

Browse files
committed
Merge branch 'releases/v1.4'
2 parents 8191e52 + 5eda34d commit 089afdd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
name: nuget
1818

1919
- name: Push to GitHub release
20-
uses: svenstaro/upload-release-action@1.1.0
20+
uses: svenstaro/upload-release-action@v2
2121
with:
2222
tag: ${{github.ref}}
2323
repo_token: ${{secrets.GITHUB_TOKEN}}
24-
file_glob: 'true'
24+
file_glob: true
2525
file: ./*.nupkg
26+
overwrite: true
2627

2728
- name: Push to GitHub feed
2829
run: dotnet nuget push *.nupkg

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"release": {
1313
"branchName": "releases/v{version}"
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)