Skip to content

Commit 950a22a

Browse files
author
Seven Du
committed
chore: CI
1 parent f468304 commit 950a22a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
paths:
7+
- "lib/**"
8+
- "pubspec.yaml"
9+
- ".github/workflows/release-please.yml"
610
jobs:
711
release-please:
812
runs-on: ubuntu-latest
@@ -11,3 +15,4 @@ jobs:
1115
with:
1216
release-type: dart
1317
package-name: easysms
18+
release-as: 2.0.0

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
# Files and directories created by pub.
21
.dart_tool/
3-
.packages
4-
5-
# Conventional directory for build output.
6-
build/
2+
pubspec.lock

0 commit comments

Comments
 (0)