Skip to content

Commit 2651f3f

Browse files
committed
fixup! release: create initial Windows installer build workflow
No need to initialize the `release` environment for the `prereq` job; Originally, the expectation was that this would prevent the repeated need for validating manually that the jobs are allowed to access that environment; However, GitHub Actions does ask for every single job, and for certain reasons it is unlikely that this is ever going to be fixed. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent c40fd26 commit 2651f3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
# Check prerequisites for the workflow
1313
prereqs:
1414
runs-on: ubuntu-latest
15-
environment: release
1615
outputs:
1716
tag_name: ${{ steps.tag.outputs.name }} # The full name of the tag, e.g. v2.32.0.vfs.0.0
1817
tag_version: ${{ steps.tag.outputs.version }} # The version number (without preceding "v"), e.g. 2.32.0.vfs.0.0

0 commit comments

Comments
 (0)