Skip to content

Commit

Permalink
add -e
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur committed Mar 13, 2024
1 parent bbe53ee commit 82bf6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: dart pub get
- name: Add version
run: |
echo "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
echo -e "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
cat pubspec.yaml
- name: Check Publish Warnings
run: dart pub publish --dry-run

0 comments on commit 82bf6fd

Please sign in to comment.