We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bc9c8 commit f64036bCopy full SHA for f64036b
.github/workflows/dotnet.yml
@@ -67,7 +67,7 @@ jobs:
67
# Publish to GitHub releases
68
- name: Publish GitHub releases
69
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
70
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v1.2.2
71
with:
72
files: "nupkgs\\*.nupkg"
73
tag_name: "v${{ env.release_version }}"
0 commit comments