From 8ea6bc9f651810ed29ee27f534ac4231d06e82d3 Mon Sep 17 00:00:00 2001 From: hxtree Date: Tue, 24 Oct 2023 02:14:35 +0000 Subject: [PATCH] fix: github action failed cmd not found Signed-off-by: hxtree --- .github/workflows/call-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/call-release.yml b/.github/workflows/call-release.yml index 4abef9c5..c3bb8b53 100644 --- a/.github/workflows/call-release.yml +++ b/.github/workflows/call-release.yml @@ -55,7 +55,7 @@ jobs: run: node common/scripts/install-run-rush.js build:project - name: Upload items to Github Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1 with: tag: ${{ github.ref_name }} body: | @@ -64,8 +64,6 @@ jobs: We're pleased to share our latest release, which comprises multiple zip files, each housing a distinct, deploy-ready project from @cats-cradle. Within each package, you'll find the project's code and Infrastructure as Code (IaC) authored in AWS CDK v2 for streamlined deployment. We warmly invite you to delve into the contents of this release, offer your valuable feedback, and actively engage in our project on GitHub. Your contributions and active participation are fundamental to our ongoing efforts to enhance and refine our offerings. - - We extend my gratitude for choosing @cats-cradle and anticipate your invaluable involvement in our expanding community. artifacts: 'common/temp/dist/*.zip' prerelease: false draft: true