Skip to content

Commit 05a26e1

Browse files
committed
Resolves publishing issues
1 parent a286907 commit 05a26e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Action — Get Flutter Version
1+
# GitHub Action — Get the Flutter Version Environment
22

33
This GitHub Action (written in composite run steps) allows you to leverage GitHub Actions to get the [Flutter](https://flutter.dev) environment version from the pubspec file. This is primarily used before using the [Flutter action](https://github.com/marketplace/actions/flutter-action).
44

@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v2
3535
- name: Get Flutter Version
3636
id: get-flutter-version
37-
use: zgosalvez/[email protected]
37+
use: zgosalvez/github-actions-get-flutter-version-env@v1.0.0
3838
- name: Set up Flutter
3939
uses: subosito/flutter-action@v1
4040
with:

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Get Flutter Version'
1+
name: 'Get the Flutter Version Environment'
22
description: 'Get the Flutter environment version from the pubspec file'
33
outputs:
44
version:

0 commit comments

Comments
 (0)