Skip to content

Commit af578d6

Browse files
committed
fix: fix release workflow
1 parent 9d9b5f2 commit af578d6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/release.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,4 @@ jobs:
7575
upload_url: ${{ steps.create_release.outputs.upload_url }}
7676
asset_path: ./manifest.json
7777
asset_name: manifest.json
78-
asset_content_type: application/json
79-
80-
- name: Upload styles.css
81-
id: upload-css
82-
uses: actions/upload-release-asset@v1
83-
env:
84-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85-
with:
86-
upload_url: ${{ steps.create_release.outputs.upload_url }}
87-
asset_path: ./styles.css
88-
asset_name: styles.css
89-
asset_content_type: text/css
78+
asset_content_type: application/json

0 commit comments

Comments
 (0)