Updated workflow

This commit is contained in:
Juan Gilsanz Polo 2023-11-23 03:16:32 +01:00
parent d2c1c9431b
commit 2d4733b658
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
uses: christian-ci/action-yaml-github-output@v2 uses: christian-ci/action-yaml-github-output@v2
id: read_pubspec id: read_pubspec
with: with:
file_path: './pubspec.yaml' file_path: ./pubspec.yaml
main_key: version main_key: version
- name: Save version on env variable - name: Save version on env variable
id: save_version id: save_version

View file

@ -26,7 +26,7 @@ jobs:
uses: christian-ci/action-yaml-github-output@v2 uses: christian-ci/action-yaml-github-output@v2
id: read_pubspec id: read_pubspec
with: with:
file_path: './pubspec.yaml' file_path: ./pubspec.yaml
main_key: version main_key: version
- name: Save version on env variable - name: Save version on env variable
id: save_version id: save_version