@@ -39,31 +39,27 @@ jobs:
39
39
git archive --format=zip HEAD --output dist/vimmatic_${TAG_NAME}_source.zip
40
40
if : ${{ steps.release.outputs.release_created }}
41
41
- uses : browser-actions/publish-firefox-addon@latest
42
- env :
43
- TAG_NAME : ${{ steps.release.outputs.tag_name }}
44
42
with :
45
43
addon-id : " vimmatic"
46
- addon-path : " dist/vimmatic_${TAG_NAME }_firefox.zip"
47
- source-path : " dist/vimmatic_${TAG_NAME }_source.zip"
44
+ addon-path : " dist/vimmatic_${{ steps.release.outputs.tag_name } }_firefox.zip"
45
+ source-path : " dist/vimmatic_${{ steps.release.outputs.tag_name } }_source.zip"
48
46
approval-note : |
49
47
You can get generated file simply by "yarn install && yarn build".
50
48
Supported environment is node v18 and yarn v1. After that, bundled
51
49
scripts and assets with manifest.json are generated under
52
50
"$PROJECT_ROOT/dist/firefox".
53
51
release-note : |
54
52
This versions contains some bug fixes. See full release note on GitHub:
55
- https://github.com/ueokande/vimmatic/releases/tag/${TAG_NAME }
53
+ https://github.com/ueokande/vimmatic/releases/tag/${{ steps.release.outputs.tag_name } }
56
54
compatibility-firefox-min : " 102.0"
57
55
license : " MIT"
58
- auth-api-issuer : ${{ secrets.AUTH_API_ISSUER }}
59
- auth-api-secret : ${{ secrets.AUTH_API_SECRET }}
56
+ auth-api-issuer : ${{ secrets.AMO_AUTH_API_ISSUER }}
57
+ auth-api-secret : ${{ secrets.AMO_AUTH_API_SECRET }}
60
58
if : ${{ steps.release.outputs.release_created }}
61
59
- uses : browser-actions/publish-chrome-extension@latest
62
- env :
63
- TAG_NAME : ${{ steps.release.outputs.tag_name }}
64
60
with :
65
61
extension-id : " pghmfgnakhjiphmlcnhfpgopkcjhiedc"
66
- extension-path : " dist/vimmatic_${TAG_NAME }_chrome.zip"
62
+ extension-path : " dist/vimmatic_${{ steps.release.outputs.tag_name } }_chrome.zip"
67
63
oauth-client-id : ${{ secrets.CWS_OAUTH_CLIENT_ID }}
68
64
oauth-client-secret : ${{ secrets.CWS_OAUTH_CLIENT_SECRET }}
69
65
oauth-refresh-token : ${{ secrets.CWS_OAUTH_REFRESH_TOKEN }}
0 commit comments