mirror of
https://github.com/bitwarden/android.git
synced 2026-05-22 14:11:47 -05:00
trying to format release notes again
This commit is contained in:
14
.github/workflows/publish.yml
vendored
14
.github/workflows/publish.yml
vendored
@@ -89,14 +89,9 @@ jobs:
|
||||
- name: Format Release Notes
|
||||
run: |
|
||||
FORMATTED_MESSAGE="$(echo "${{ inputs.release-notes }}" | sed 's/ /\n/g')"
|
||||
|
||||
# - name: Get Version Codes
|
||||
# env:
|
||||
# PRODUCT: ${{ inputs.product }}
|
||||
# run: |
|
||||
# bundle exec fastlane getVersionCodes
|
||||
|
||||
# - name: Confirm Release Details
|
||||
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
|
||||
echo "$FORMATTED_MESSAGE" >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
|
||||
- name: Promote Play Store version to production
|
||||
env:
|
||||
@@ -105,7 +100,6 @@ jobs:
|
||||
VERSION_CODE: ${{ inputs.version-code }}
|
||||
ROLLOUT_PERCENTAGE: ${{ inputs.rollout-percentage }}
|
||||
PRODUCT: ${{ inputs.product }}
|
||||
RELEASE_NOTES: FORMATTED_MESSAGE
|
||||
run: |
|
||||
if [ "$PRODUCT" = "Password Manager" ]; then
|
||||
PACKAGE_NAME="com.x8bit.bitwarden"
|
||||
@@ -116,8 +110,6 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Release_notes="$RELEASE_NOTES"
|
||||
|
||||
bundle exec fastlane updateReleaseNotes \
|
||||
releaseNotes:"$RELEASE_NOTES" \
|
||||
versionCode:"$VERSION_CODE"
|
||||
|
||||
Reference in New Issue
Block a user