There was an error while loading. Please reload this page.
1 parent 30ff727 commit 964586dCopy full SHA for 964586d
2 files changed
.github/workflows/packages_publishing.yml
@@ -27,6 +27,7 @@ jobs:
27
build:
28
name: Build packages
29
runs-on: windows-latest
30
+ environment: ${{ (inputs.tag == 'stable' && 'packages-publishing-stable') || 'packages-publishing-daily' }}
31
outputs:
32
packages: ${{ steps.filter.outputs.packages }}
33
steps:
.github/workflows/packages_publishing_scheduler.yml
0 commit comments