Skip to content

Commit

Permalink
fix slack new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooseriuz committed Mar 25, 2022
1 parent 33bf705 commit 62f6bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# -------------------------------------------------- #

- name: Prepare Slack message
run: echo -e "SLACK_MESSAGE=$(awk '{printf "%s\\\\n", $0}' releaseDetail/whatsnew-en-US)" >> $GITHUB_ENV
run: echo -e "SLACK_MESSAGE=$(awk '{printf "%s\\\\\\\\n", $0}' releaseDetail/whatsnew-en-US)" >> $GITHUB_ENV

# -------------------------------------------------- #
# Notify Slack #
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
manifestPlaceholders = [auth0Domain: "@string/auth0_domain", auth0Scheme: "@string/auth0_scheme"]
minSdkVersion 21
targetSdkVersion 31
versionCode 80
versionCode 81
versionName "1.4.3"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 62f6bff

Please sign in to comment.