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.
2 parents ee36335 + 32299ad commit ef2c6c5Copy full SHA for ef2c6c5
.github/workflows/deploy.yml
@@ -132,7 +132,7 @@ jobs:
132
# I think we can publish everytime because trying to push up a duplicate will fail with already exists and cannot be modified (409)
133
# However we will try a new technique and only push if semantic release created a new release
134
- name: Publish to Nuget
135
- if: ${{ steps.is_new_release.outputs.IS_NEW_RELEASE == '1' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
136
continue-on-error: true
137
env:
138
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
0 commit comments