Skip to content

Commit f3ba58b

Browse files
authored
Update release.yml
1 parent 02758d9 commit f3ba58b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
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
@@ -44,8 +43,7 @@ jobs:
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 ${{
@@ -54,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)