Skip to content

Commit f64036b

Browse files
Update .github/workflows/dotnet.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 40bc9c8 commit f64036b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Publish to GitHub releases
6868
- name: Publish GitHub releases
6969
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
70-
uses: softprops/action-gh-release@v1
70+
uses: softprops/action-gh-release@v1.2.2
7171
with:
7272
files: "nupkgs\\*.nupkg"
7373
tag_name: "v${{ env.release_version }}"

0 commit comments

Comments
 (0)