Skip to content

Commit

Permalink
fix: test release 2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Oct 11, 2024
1 parent db41cc3 commit 23e248a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
outputs:
matrix: ${{ steps.set-deployment-matrix.outputs.matrix }}
matrixLength: ${{ steps.set-deployment-matrix.outputs.matrixLength }}
release: ${{ steps.set-deployment-matrix.outputs.release }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,15 +53,10 @@ jobs:
matrix=$(echo $matrixSource | jq --arg branchName "$branchName" 'map(. | select((.branch==$branchName)) )')
echo "matrix={\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT
echo "matrixLength=$(echo $matrix | jq length)" >> $GITHUB_OUTPUT
echo "release=$(echo $matrix | jq '.[0].release')" >> $GITHUB_OUTPUT
release:
name: Release
runs-on: ubuntu-latest
if: needs.build.outputs.release == 'true'
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}
release_tag: ${{ steps.release-please.outputs.tag_name }}
needs:
- build

Expand Down

0 comments on commit 23e248a

Please sign in to comment.