use environments

This commit is contained in:
David Soria Parra
2025-01-13 11:47:41 +00:00
parent b3f20decdc
commit c9b1adf3b6
2 changed files with 25 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ jobs:
release:
needs: prepare
runs-on: ubuntu-latest
environment: release
strategy:
matrix:
directory: ${{ fromJson(needs.prepare.outputs.matrix) }}