Skip to content

Commit 37c873f

Browse files
authored
replace with variable
1 parent ca72238 commit 37c873f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-new-addon-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
api_key: ${{ secrets.FIREFOX_JWT_ISSUER }}
2424
api_secret: ${{ secrets.FIREFOX_JWT_SECRET }}
25-
guid: "newtab-notes@semanticdata"
26-
# guid: ${{ secrets.FIREFOX_EXTENSION_ID }}
25+
# guid: "newtab-notes@semanticdata"
26+
guid: ${{ secrets.FIREFOX_EXTENSION_ID }}
2727
xpi_path: archive.zip # Must match archive output path
2828

2929
# Change the version number in the manifest.json

0 commit comments

Comments
 (0)