Skip to content

Commit 0da1bf7

Browse files
committed
syntax error
1 parent f77708f commit 0da1bf7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
node-version: '20.x'
2020

2121
- name: Install dependencies and build
22-
run: |
22+
run: |
2323
npm ci
2424
npm run build
25-
26-
- name: Update plugin.json with new version and URL
27-
run: |
25+
26+
- name: Update plugin.json with new version and URL
27+
run: |
2828
TAG=${{ github.ref_name }}
2929
VERSION=${TAG#v}
3030
REPO=${{ github.repository }}
@@ -40,7 +40,7 @@ jobs:
4040
filename: '${{ github.event.repository.name }}.zip'
4141
directory: '../'
4242
path: '${{ github.event.repository.name }}'
43-
exclusions: |
43+
exclusions: |
4444
*.git*
4545
node_modules/
4646
src/

0 commit comments

Comments
 (0)