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