Skip to content

Commit

Permalink
wip: add flavor to CI publish task call
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHoladay committed Jan 19, 2024
1 parent c7f7feb commit ffa3703
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 @@ -53,4 +53,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Package
run: uds run -f tasks/publish.yaml package
run: uds run -f tasks/publish.yaml package --set FLAVOR=${{ matrix.flavor }}

0 comments on commit ffa3703

Please sign in to comment.