Skip to content

Commit

Permalink
chore: remove doc from release
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Oct 18, 2023
1 parent c67bdb2 commit 0ebe5fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,3 @@ jobs:
target_branch: production
message: ':bookmark: release: ${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}'
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: ./.github/workflows/actions/docs
if: steps.changesets.outputs.published == 'true'
with:
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_password: ${{ secrets.DOCKERHUB_TOKEN }}
incubator_github_user: ${{ secrets.INCUBATOR_GITHUB_USER }}
incubator_github_token: ${{ secrets.INCUBATOR_GITHUB_TOKEN }}

0 comments on commit 0ebe5fd

Please sign in to comment.