Skip to content

Commit

Permalink
. e updated action: correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
1 parent 9ab3a73 commit d5f7490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/approval_tests/bash/push_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKAGE_NAME="approval_tests"
VERSION=""

# Retrieve the current version from the pubspec.yaml file
VERSION=$(grep 'version:' pubspec.yaml | awk '{print $2}' | tr -d "'\"")
VERSION=$(grep 'version:' packages/approval_tests/pubspec.yaml | awk '{print $2}' | tr -d "'\"")

# Fetch the HTML content from pub.dev
HTML_CONTENT=$(curl -s "https://pub.dev/packages/$PACKAGE_NAME")
Expand Down

0 comments on commit d5f7490

Please sign in to comment.