From f007612ce632412656fabf6ce1e2d96e795b6bb9 Mon Sep 17 00:00:00 2001 From: Pawan Paudel Date: Sat, 4 Nov 2023 21:38:21 +0545 Subject: [PATCH] chore: Update workflows & add changeset --- .changeset/good-houses-float.md | 9 +++++++++ .github/workflows/publish.yml | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .changeset/good-houses-float.md diff --git a/.changeset/good-houses-float.md b/.changeset/good-houses-float.md new file mode 100644 index 0000000..c11e8f6 --- /dev/null +++ b/.changeset/good-houses-float.md @@ -0,0 +1,9 @@ +--- +"create-arweave-app": patch +--- + +- Fixed changeset configuration. +- Added credits comment to CLI code. +- Improved dependency handling and logging. +- Resolved `hasStamped` fetching issue in template. +- Enhanced asset fetching without dependencies in template. diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42bee41..ce4e036 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,9 +4,8 @@ on: workflows: ["CI"] types: - completed - push: branches: - - "main" + - main concurrency: ${{ github.workflow }}-${{ github.ref }}