Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2020-10-04 18:29:52 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b18658efe039db9e5184d8c24cf4b0d789de875
4b18658e
1 parent
a824fc3e
Publish wakelock 0.2.0 馃コ
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
.github/workflows/publish.yml
.github/workflows/publish.yml
View file @
4b18658
...
...
@@ -4,10 +4,6 @@ on:
push
:
branches
:
-
master
paths
:
# Can only publish the package when the Pubspec changed, i.e. specifically the package
# version, however, we can ensure that this is the case in code review.
-
'
*/pubspec.yaml'
jobs
:
pana
:
...
...
@@ -46,7 +42,7 @@ jobs:
-
uses
:
actions/checkout@v2.3.3
-
uses
:
sakebook/actions-flutter-pub-publisher@v1.3.1
with
:
relativePath
:
${{ matrix.package }}
package_directory
:
${{ matrix.package }}
credential
:
${{ secrets.PUB_CREDENTIALS }}
flutter_package
:
true
skip_test
:
true
...
...
Please
register
or
login
to post a comment