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 a0ecb80 commit b5fbe83Copy full SHA for b5fbe83
.github/actions/ps-release/action.yml
@@ -84,3 +84,5 @@ runs:
84
asset_path: ./build/package/${{ github.event.repository.name }}.${{ inputs.release-version }}.nupkg
85
asset_name: ${{ github.event.repository.name }}-v${{ inputs.release-version }}.nupkg
86
asset_content_type: application/octet-stream
87
+ env:
88
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments