Skip to content

Commit

Permalink
Merge pull request #337 from pulumi/cnunciato-patch-1
Browse files Browse the repository at this point in the history
Don't dispatch to pulumi/registry on release
  • Loading branch information
cnunciato committed Feb 20, 2024
2 parents cd810ed + 506286d commit 3a76fdf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,6 @@ jobs:
go-version: [ 1.21.x ]
python-version: [ 3.9.x ]
node-version: [ 18.x ]
create_docs_build:
name: Create docs build
needs: build_test_publish
runs-on: ubuntu-latest
steps:
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
with:
repo: pulumi/pulumictl
- env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
name: Dispatch event
run: pulumictl create docs-build pulumi-${{ env.PROVIDER }} ${GITHUB_REF#refs/tags/}
name: release
"on":
push:
Expand Down

0 comments on commit 3a76fdf

Please sign in to comment.