Skip to content

Commit e3aa1ae

Browse files
authored
Update pubdev-publish.yml
1 parent 1296299 commit e3aa1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pubdev-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88
jobs:
99
build:
10-
if: github.repository == ApryseSDK/pdftron-flutter'
10+
if: github.repository == 'ApryseSDK/pdftron-flutter'
1111
runs-on: ubuntu-latest
1212
container:
1313
image: google/dart:latest
@@ -27,4 +27,4 @@ jobs:
2727
}
2828
EOF
2929
- name: Publish package
30-
run: pub publish -f
30+
run: pub publish -f

0 commit comments

Comments
 (0)