Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
my-name-is-lad committed Jul 29, 2024
1 parent 96f39d8 commit eb70025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
tag: ${{ github.ref }}

dist:
needs: check_versions Linux
needs: [check_versions, Linux]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit eb70025

Please sign in to comment.