Skip to content

Commit

Permalink
fix: Update release command in CI workflow to use matrix environment …
Browse files Browse the repository at this point in the history
…variable
  • Loading branch information
jjjermiah committed Dec 10, 2024
1 parent 23f7b25 commit e0b0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: release
run: pixi run release
run: pixi run --environment ${{ matrix.env }} release

- name: Test Outputs of semantic release step
run: |
Expand Down

0 comments on commit e0b0635

Please sign in to comment.