Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 27, 2023
1 parent e218479 commit 49f1348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: echo "PROJECT_VERSION=$(sed -n 's/^ @version "\(.*\)"/\1/p' mix.exs | head -n1)" >> $GITHUB_ENV

- run: echo "TRUE"
if: ${{ matrix.job.var && true }}
if: ${{ matrix.job.var && 'whatever' != 'something-else' }}

- uses: philss/[email protected]
id: precompile
Expand Down

0 comments on commit 49f1348

Please sign in to comment.