Skip to content

Commit

Permalink
Fix flutter version issue in gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Nov 24, 2023
1 parent 2b7be70 commit 4a9bd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Set fl_chart Version
run: |
VERSION=$(grep "version:" fl_chart.yaml | awk '{ print $2 }')
VERSION=$(grep "version:" pubspec.yaml | awk '{ print $2 }')
echo "USING_FL_CHART_VERSION=$VERSION" >> $GITHUB_ENV
- uses: bluefireteam/flutter-gh-pages@v8
Expand Down

0 comments on commit 4a9bd3f

Please sign in to comment.