Skip to content

Commit c478c16

Browse files
committed
Fix AMO release: correct parameter name release-note
1 parent 17e62e6 commit c478c16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
addon-path: light-session-${{ steps.version.outputs.VERSION }}.zip
9393
auth-api-issuer: ${{ secrets.FIREFOX_API_ISSUER }}
9494
auth-api-secret: ${{ secrets.FIREFOX_API_SECRET }}
95-
release-notes: "See release notes at https://github.com/11me/light-session/releases/tag/v${{ steps.version.outputs.VERSION }}"
95+
release-note: "See release notes at https://github.com/11me/light-session/releases/tag/v${{ steps.version.outputs.VERSION }}"

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "LightSession for ChatGPT",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"description": "Keep ChatGPT fast by keeping only the last N messages in the DOM. Local-only.",
66
"icons": {
77
"16": "icons/icon-16.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-session",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "LightSession for ChatGPT - Firefox extension to optimize long conversation performance",
55
"scripts": {
66
"build": "node build.js",

0 commit comments

Comments
 (0)