Skip to content

Commit

Permalink
Updated filename of a release
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 27, 2024
1 parent 6d774e8 commit 0148d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
cmd: build
source: src
filename: "${{ env.NAME }}-${{ env.VERSION }}.xpi"
filename: trolling-with-love-${{ needs.build.outputs.VERSION }}.xpi"

- name: "Web Ext Sign"
id: web-ext-sign
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Trolling with love",
"version": "1.0.24",
"version": "1.0.25",
"description": "Replaces certain images during your web browsing",

"icons": {
Expand Down

0 comments on commit 0148d55

Please sign in to comment.