We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cefaf05 + ba41334 commit e6bdc7bCopy full SHA for e6bdc7b
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
dotnet publish ./src/Console/Console.csproj -c Release -r win-x64 -o ./output /p:Version=${{ needs.get-version.outputs.version }}
24
25
- name: "Create Release"
26
- uses: softprops/action-gh-release@v0.1.15
+ uses: softprops/action-gh-release@v2.5.0
27
with:
28
token: ${{ secrets.CREATE_RELEASE_TOKEN }}
29
target_commitish: ${{ github.sha }}
0 commit comments