We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3834be0 commit bab3096Copy full SHA for bab3096
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
needs: Build
37
if: startsWith(github.ref, 'refs/tags/')
38
runs-on: ubuntu-latest
39
+ environment: ${{ github.event.inputs.environment }}
40
steps:
41
- name: Download Artifact
42
uses: actions/download-artifact@v4
0 commit comments