Skip to content

Commit 0101e9e

Browse files
committed
Reactivate
1 parent 3bef215 commit 0101e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Publish NPM Package
22

33
on:
44
push:
5-
# tags:
6-
# - 'v*'
5+
tags:
6+
- 'v*'
77

88
jobs:
9-
# build-and-test:
10-
# uses: ./.github/workflows/main.yml
9+
build-and-test:
10+
uses: ./.github/workflows/main.yml
1111

1212
publish:
1313
# needs: build-and-test

0 commit comments

Comments
 (0)