Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jun 17, 2024
1 parent 1910eed commit 79d2110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Specify package version
run: |
if [[ ${{ matrix.name }} ~= "build_0_9" ]]; then
if [[ ${{ matrix.name }} == build_0_9_* ]]; then
cp _viash_0.9.yaml _viash.yaml
echo "version: ${{matrix.name}}" >> _viash.yaml
else
Expand Down

0 comments on commit 79d2110

Please sign in to comment.