Skip to content

Commit

Permalink
[ci-on-tags.yml] Try to fix matrix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Sep 14, 2023
1 parent 5167657 commit 5a98d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-on-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build-on-${{ env.RELEASE }}:
strategy:
matrix:
release: [ ${{ env.LATEST }}, ${{ env.OLDEST }} ]
release: [${{ env.LATEST }}, ${{ env.OLDEST }}]
env:
RELEASE: ${{ matrix.release }}
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 5a98d87

Please sign in to comment.