Skip to content

Commit

Permalink
fix: Icon color wont change with state when on (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr authored Feb 6, 2023
1 parent 79c1379 commit 6aeb81f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
echo "::set-output name=RELEASE_BODY::$r"
- name: Upload the release file
uses: regevbr/upload-release-action@body
uses: svenstaro/upload-release-action@v2
with:
file: dist/*
file_glob: true
overwrite: true
promote: true
body: |
${{ steps.release.outputs.RELEASE_BODY }}

0 comments on commit 6aeb81f

Please sign in to comment.