Skip to content

Commit

Permalink
ci: specified bash shell when running sentry step
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Apr 22, 2024
1 parent 1509cc0 commit 9c51151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
java-version: '17'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
- name: Replace and print SENTRY_DSN
- name: Setup Sentry
shell: bash
run: |
find . -name logback.xml -exec sed -i 's/\${SENTRY_DSN}/${{ secrets.SENTRY_DSN }}/g' {} \;
echo "Modified logback.xml:"
Expand Down

0 comments on commit 9c51151

Please sign in to comment.