Skip to content

Commit

Permalink
chore: fix quotes on release workflow (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Mar 20, 2024
1 parent e991f75 commit 227d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: uds run -f tasks/publish.yaml package --set FLAVOR=${{ matrix.flavor }}

- name: Publish Bundle
if: ${{ matrix.flavor == "upstream" }}
if: ${{ matrix.flavor == 'upstream' }}
run: uds run -f tasks/publish.yaml test-bundle --set FLAVOR=${{ matrix.flavor }}

- name: Save logs
Expand Down

0 comments on commit 227d997

Please sign in to comment.