Skip to content

Commit 37bb060

Browse files
committed
Revert "Update .github/workflows/dotnet.yml"
This reverts commit f64036b.
1 parent f64036b commit 37bb060

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.2.2
70+
uses: softprops/action-gh-release@v1
7171
with:
7272
files: "nupkgs\\*.nupkg"
7373
tag_name: "v${{ env.release_version }}"

0 commit comments

Comments
 (0)