Skip to content

Commit 4ff5266

Browse files
authored
Update release.yml
1 parent f3ba58b commit 4ff5266

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- uses: actions/checkout@v2
2121
with:
2222
fetch-depth: 20
23-
- name: install
24-
run: npm ci
2523
- uses: fregante/daily-version-action@v2
2624
name: Create tag if necessary
2725
id: daily-version
@@ -42,8 +40,6 @@ jobs:
4240
runs-on: ubuntu-latest
4341
steps:
4442
- uses: actions/checkout@v2
45-
- name: install
46-
run: npm ci
4743
- name: Update extension’s meta
4844
run: >-
4945
npx dot-json@1 $DIRECTORY/manifest.json version ${{

0 commit comments

Comments
 (0)