mirror of
https://github.com/bitwarden/android.git
synced 2026-05-22 04:22:11 -05:00
try fix parenthesis
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
--name google-services.json --file ${{ github.workspace }}/app/src/standardRelease/google-services.json --output none
|
||||
- name: Format Release Notes
|
||||
run: |
|
||||
FORMATTED_MESSAGE="$(echo "${{ inputs.release-notes }}" | sed 's/ /\n/g'"
|
||||
FORMATTED_MESSAGE="$(echo "${{ inputs.release-notes }}" | sed 's/ /\n/g')"
|
||||
echo "Formatted message with newlines:"
|
||||
echo "$FORMATTED_MESSAGE"
|
||||
echo "FORMATTED_MESSAGE<<EOF" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user