From c0d849e8b52c43348575d03213ad2adf6e801e9f Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Thu, 29 Feb 2024 13:05:02 +0000 Subject: [PATCH] unbork publish-new (#2999) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @si14 this template publish thing was failing, i think you referenced the workflow incorrectly, I'm just gonna comment out for now, take a look when you have time https://github.com/tldraw/tldraw/actions/runs/8096363547 ### Change Type - [ ] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [ ] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [x] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version ### Test Plan 1. Add a step-by-step description of how to test your PR here. 2. - [ ] Unit Tests - [ ] End to end tests ### Release Notes - Add a brief release note for your PR here. --- .github/workflows/publish-new.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish-new.yml b/.github/workflows/publish-new.yml index 7b2fbc6e3..5463a5ae8 100644 --- a/.github/workflows/publish-new.yml +++ b/.github/workflows/publish-new.yml @@ -67,12 +67,12 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} HUPPY_TOKEN: ${{ secrets.HUPPY_TOKEN }} - publish_templates: - name: Publishes code templates to separate repositories - uses: tldraw/tldraw/.github/workflows/publish-templates.yml@dan/mirror-examples - secrets: - VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY }} - NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY }} - needs: [ - deploy - ] \ No newline at end of file + # publish_templates: + # name: Publishes code templates to separate repositories + # uses: tldraw/tldraw/.github/workflows/publish-templates.yml@dan/mirror-examples + # secrets: + # VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY }} + # NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY }} + # needs: [ + # deploy + # ] \ No newline at end of file