Skip to content

Commit c068d48

Browse files
authored
Update publish.yml
1 parent 7c3def2 commit c068d48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'v*'
1010

1111
jobs:
12-
build:
12+
publish:
1313

1414
runs-on: ${{ matrix.os }}
1515

@@ -27,6 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
fetch-depth: 0
30+
3031
- name: Fetching tags
3132
run: git fetch --tags -f || true
3233

0 commit comments

Comments
 (0)