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 afbda71 commit efae045Copy full SHA for efae045
.github/workflows/OctoSubscriber-GHA.yml
@@ -110,5 +110,6 @@ jobs:
110
working-directory: azure/accept_message
111
run: |
112
npm ci --production
113
+ dir
114
dotnet nuget push "${{ github.workspace }}\artifacts\OctopusSamples.accept-message.${{ env.PACKAGE_VERSION }}.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
115
0 commit comments