Skip to content

Commit

Permalink
Fixed the version failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 23, 2024
1 parent 453d94a commit cb2d479
Showing 1 changed file with 1 addition and 1 deletion.
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 .version)
version=$(cat auth0_flutter/lib/src/version.dart)
echo "version=$version" >> $GITHUB_OUTPUT
- name: Output build artifact
Expand Down

0 comments on commit cb2d479

Please sign in to comment.