File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 20
2323 - name : install
24- run : npm ci || npm install
25- - run : npm test
26- - uses : fregante/daily-version-action@v1
24+ run : npm ci
25+ - uses : fregante/daily-version-action@v2
2726 name : Create tag if necessary
2827 id : daily-version
2928 - uses : fregante/release-with-changelog@v3
4443 steps :
4544 - uses : actions/checkout@v2
4645 - name : install
47- run : npm ci || npm install
48- - run : npm run build --if-present
46+ run : npm ci
4947 - name : Update extension’s meta
5048 run : >-
5149 npx dot-json@1 $DIRECTORY/manifest.json version ${{
5452 run : |
5553 case ${{ matrix.command }} in
5654 chrome)
57- cd $DIRECTORY && npx chrome-webstore-upload-cli@1 upload --auto-publish
55+ cd $DIRECTORY && npx chrome-webstore-upload-cli@3 upload --auto-publish
5856 ;;
5957 firefox)
6058 cd $DIRECTORY && npx web-ext-submit@5
You can’t perform that action at this time.
0 commit comments