Skip to content

Commit

Permalink
fix: github action failed cmd not found
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Oct 24, 2023
1 parent cae7beb commit 8ea6bc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/call-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 8ea6bc9

Please sign in to comment.