Skip to content

Commit

Permalink
workflo(build): release
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudk1000 committed Nov 2, 2024
1 parent 4be7c8a commit 7367c25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Build
on:
push:
Expand Down Expand Up @@ -35,3 +36,10 @@ jobs:
with:
name: firefox-extension
path: web-ext-artifacts/*.xpi
- name: Release
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "web-ext-artifacts/*.xpi"
allowUpdates: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"version": "3.1.1",
"description": "Minimal start page made for elegant look and simple at same time.",
"author": "mahmoudk1000",

"icons": {
"48": "images/icon.png"
},

"background": {
"scripts": [
"js/time.js",
"js/weather.js"
]
},

"chrome_url_overrides": {
"newtab": "index.html"
},

"permissions": ["storage", "tabs", "sessions"]
"permissions": [
"storage",
"tabs",
"sessions"
]
}

0 comments on commit 7367c25

Please sign in to comment.