From 9cfca28ecc46599cab266df7f22019cc63c1ca91 Mon Sep 17 00:00:00 2001 From: kamiazya Date: Fri, 14 Jun 2024 01:48:04 +0900 Subject: [PATCH] Fix to download before publish --- .changeset/shaggy-jobs-sip.md | 5 +++++ .github/workflows/cicd.yaml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/shaggy-jobs-sip.md diff --git a/.changeset/shaggy-jobs-sip.md b/.changeset/shaggy-jobs-sip.md new file mode 100644 index 0000000..d17074a --- /dev/null +++ b/.changeset/shaggy-jobs-sip.md @@ -0,0 +1,5 @@ +--- +"typedoc-plugin-mermaid": patch +--- + +Fix to download before publish diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 4b5b812..dab706d 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -103,6 +103,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup uses: ./.github/actions/setup + - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7