From 7bdfc5efa05b6909024fb1d55606bc2b2cf5f693 Mon Sep 17 00:00:00 2001 From: Joram van den Boezem Date: Tue, 13 Dec 2022 23:47:53 +0100 Subject: [PATCH] chore: include dist in release commit --- .github/workflows/release.yml | 1 - .releaserc.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd9d9a3..7361a02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 persist-credentials: false - uses: actions/setup-node@v3 with: diff --git a/.releaserc.json b/.releaserc.json index 8124c30..2a89d09 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -14,7 +14,7 @@ [ "@semantic-release/git", { - "assets": ["CHANGELOG.md", "package.json", "packages/*/package.json"], + "assets": ["action.yml", "dist/index.cjs"], "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}\n\n[skip ci]" } ]