Skip to content

Commit

Permalink
chore: test Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freeskyES committed Jan 22, 2025
1 parent f3620eb commit 02b1b75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
run: |
echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
TAG_MESSAGE=$(git for-each-ref refs/tags/${GITHUB_REF##*/} --format='%(contents)')
echo "TAG_MESSAGE=$TAG_MESSAGE" >> $GITHUB_ENV
TAG_MESSAGE_SANITIZED=$(echo "$TAG_MESSAGE" | tr -d '\n' | tr -d '\r')
echo "TAG_MESSAGE=$TAG_MESSAGE_SANITIZED" >> $GITHUB_ENV
# 6. Build release APK
- name: Build APK
Expand Down

0 comments on commit 02b1b75

Please sign in to comment.