Skip to content

Commit

Permalink
ci: fix promote release (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr authored May 24, 2023
1 parent 867c7be commit a1f4885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
echo "::set-output name=RELEASE_BODY::$r"
- name: Upload the release file
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v2.6.0
with:
file: dist/*
file_glob: true
overwrite: true
promote: true
body: |
${{ steps.release.outputs.RELEASE_BODY }}

0 comments on commit a1f4885

Please sign in to comment.