Skip to content

Commit a430336

Browse files
authored
ci(publish): Correct source code environment variable (#139)
The `web-ext` documentation stated the incorrect environment variable for uploading source code: mozilla/web-ext#3452
1 parent 1fd5e37 commit a430336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_JWT_ISSUER }}
6363
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_JWT_SECRET }}
6464
WEB_EXT_CHANNEL: listed
65-
WEB_EXT_API_UPLOAD_SOURCE_CODE: ../codecov-browser-extension-${{ github.event.release.tag_name }}.tar.gz
65+
WEB_EXT_UPLOAD_SOURCE_CODE: ../codecov-browser-extension-${{ github.event.release.tag_name }}.tar.gz
6666
WEB_EXT_APPROVAL_TIMEOUT: 0 # Disable timeout for approval

0 commit comments

Comments
 (0)