Skip to content

Commit 4664a21

Browse files
authored
Update release.yml
1 parent 0402bd7 commit 4664a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
deploy:
1313
name: "Deploy Packages to Nuget"
14-
if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'release'
14+
# if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'release'
1515
runs-on: ubuntu-latest
1616
steps:
1717
# - name: Download and Extract Artifacts from build

0 commit comments

Comments
 (0)