Skip to content

Commit

Permalink
remove style.css from gh build action
Browse files Browse the repository at this point in the history
  • Loading branch information
clehene committed Aug 6, 2024
1 parent b4074ea commit a7060aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
gh release create "$tag" \
--title="$tag" \
--draft \
main.js manifest.json styles.css
main.js manifest.json
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "remember-context",
"name": "Remember Context",
"version": "1.0.10",
"version": "1.0.11",
"minAppVersion": "0.15.0",
"description": "Remember the view state of your tabs. If you quit or crash, when you reopen, all tabs will center around the last position of the cursor.",
"author": "Cosmin Lehene",
Expand Down

0 comments on commit a7060aa

Please sign in to comment.