Skip to content

Commit

Permalink
Interactive shell to enable bashrc to access tools in further steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Dec 16, 2024
1 parent d19ac11 commit bd606e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ release:
previous-version: 4.25.0
current-version: 4.26.0-RC1
next-version: 999-SNAPSHOT

1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
- name: Update files
shell: bash -ieo pipefail {0}
run: |
echo "✅ Clear RevAPI justifications, if any"
jbang .build/CompatibilityUtils.java clear
Expand Down

0 comments on commit bd606e9

Please sign in to comment.