Skip to content

Commit

Permalink
Force bash usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jan 23, 2024
1 parent 067d349 commit 6e1c69d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-jitexecutor-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
- name: Get current date
id: date
run: echo "::set-output name=current_date::$(date +'%Y%m%d')"
shell: bash

- name: Set version
id: version
run: |
version="$(echo '${{ env.KOGITO_RUNTIME_VERSION }}' | sed 's/YYYYMMDD/${{ steps.date.outputs.current_date }}/g')"
echo "::set-output name=version::$version"
shell: bash

- name: "Set long paths for Windows"
if: runner.os == 'Windows'
Expand Down

0 comments on commit 6e1c69d

Please sign in to comment.