Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
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
Julian Steenbakker
2022-12-22 08:43:30 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2022-12-22 08:43:30 +0100
Commit
480e97a69aa48c2612083e1b34d577b0d8fbdf2f
480e97a6
2 parents
825987e4
cb853313
Merge branch 'master' into master
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
.github/workflows/flutter.yml
.github/workflows/release-please.yml
.github/workflows/flutter.yml
View file @
480e97a
...
...
@@ -12,7 +12,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3.2.0
-
uses
:
actions/setup-java@v3.
8
.0
-
uses
:
actions/setup-java@v3.
9
.0
with
:
java-version
:
11
distribution
:
temurin
...
...
@@ -29,7 +29,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3.2.0
-
uses
:
actions/setup-java@v3.
8
.0
-
uses
:
actions/setup-java@v3.
9
.0
with
:
java-version
:
11
distribution
:
temurin
...
...
.github/workflows/release-please.yml
View file @
480e97a
...
...
@@ -7,7 +7,7 @@
release-please
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
GoogleCloudPlatform/release-please-action@v3.7.
0
-
uses
:
GoogleCloudPlatform/release-please-action@v3.7.
1
with
:
token
:
${{ secrets.GITHUB_TOKEN }}
release-type
:
simple
...
...
Please
register
or
login
to post a comment