diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index 34b03c1..8948cda 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -98,7 +98,7 @@ jobs: } - name: "Create GitHub release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "ShellSyntaxTree ${{ github.ref_name }}" tag_name: ${{ github.ref_name }}