Skip to content

Commit

Permalink
Modified release input return
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Giovinazzo committed Jun 27, 2022
1 parent 9fbc688 commit 60dd40a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ jobs:
- name: End build
id: end-build
run: |
echo "::set-output name=matrix::${{ needs.discover-new-releases.outputs.matrix }}"
m=$(echo '${{ toJson(fromJson(needs.discover-new-releases.outputs.matrix)) }}' | jq -c)
echo "::set-output name=matrix::$m"
release:
name: Build Apache Ranger ${{ matrix.version }}
name: Release Apache Ranger ${{ matrix.version }}
if: ${{ needs.build.outputs.matrix != 'none' }}
strategy:
fail-fast: false
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.idea/
bin

0 comments on commit 60dd40a

Please sign in to comment.