diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0dd81a0..ba46e8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,4 +31,4 @@ jobs: gh release create "$tag" \ --title="$tag" \ --draft \ - main.js manifest.json styles.css \ No newline at end of file + main.js manifest.json \ No newline at end of file