Skip to content

Commit b167ff5

Browse files
committed
release: try to release 0.0.2
1 parent 7665a22 commit b167ff5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/Publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ env:
77
push:
88
branches:
99
- main
10-
paths:
11-
- 'package.json'
1210

1311
jobs:
1412
build:
15-
if: "!contains(github.event.head_commit.message, 'skip ci')"
13+
if: "contains(github.event.head_commit.message, 'release')"
1614
strategy:
1715
fail-fast: false
1816
matrix:

0 commit comments

Comments
 (0)