We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77708f commit 0da1bf7Copy full SHA for 0da1bf7
1 file changed
.github/workflows/release.yml
@@ -19,12 +19,12 @@ jobs:
19
node-version: '20.x'
20
21
- name: Install dependencies and build
22
- run: |
+ run: |
23
npm ci
24
npm run build
25
-
26
- - name: Update plugin.json with new version and URL
27
+
+ - name: Update plugin.json with new version and URL
28
TAG=${{ github.ref_name }}
29
VERSION=${TAG#v}
30
REPO=${{ github.repository }}
@@ -40,7 +40,7 @@ jobs:
40
filename: '${{ github.event.repository.name }}.zip'
41
directory: '../'
42
path: '${{ github.event.repository.name }}'
43
- exclusions: |
+ exclusions: |
44
*.git*
45
node_modules/
46
src/
0 commit comments