Skip to content

Commit

Permalink
Resolved the wrong version reading
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 29, 2024
1 parent 58b499f commit daa90da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-afpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
flutter: ${{ env.flutter }}
working-directory: auth0_flutter_platform_interface

- name: Publish
run: dart pub publish -f
working-directory: auth0_flutter_platform_interface
# - name: Publish
# run: dart pub publish -f
# working-directory: auth0_flutter_platform_interface
2 changes: 1 addition & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Get Artifact Version
id: get_version
run: |
version=$(cat auth0_flutter/lib/src/version.dart)
version=$(awk -F"'" '/const String version/ {print $2}' auth0_flutter/lib/src/version.dart)
echo "version=$version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit daa90da

Please sign in to comment.