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-11-19 00:08:43 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-11-19 00:08:43 +0000
Commit
83e2b42decff33301d8e13ccafbb31b212c5f330
83e2b42d
1 parent
3d088541
Address env deprecation (#58)
* PR * Use new env * Adjust
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/publish.yml
.github/workflows/publish.yml
View file @
83e2b42
...
...
@@ -54,7 +54,7 @@ jobs:
if
:
steps.pubspec.outputs.changed == 0
run
:
|
cd ${{ matrix.package }}
echo
::set-env name=VERSION::"$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)"
echo
"VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> $GITHUB_ENV
-
uses
:
sakebook/actions-flutter-pub-publisher@v1.3.1
if
:
steps.pubspec.outputs.changed == 0
with
:
...
...
Please
register
or
login
to post a comment