Skip to content

Commit f56be0f

Browse files
authored
Fix release workflow to only depend on publish (#2235)
Fixes [releases](https://github.com/pulumi/pulumi-azure-native/actions/runs/4119235099), hopefully. Seems like `publish-sdks` got folded into `publish`?
1 parent ba50acd commit f56be0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424

2525
dispatch_docs_build:
2626
runs-on: ubuntu-latest
27-
needs:
28-
- publish-sdks
29-
- publish
27+
needs: publish
3028
if: contains(github.ref_name,'-')
3129
steps:
3230
- name: Install pulumictl

0 commit comments

Comments
 (0)