From 09b1e56967aa965d2c21ab41e68341d09f31c8aa Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 10 Jun 2024 23:48:00 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2d5d9dee..1bb14749 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,7 @@ name: Release WinUtil on: workflow_run: - workflows: ["Compile WinUtil"] #Ensure Compile winget.ps1 is done + workflows: ["Compile"] #Ensure Compile winget.ps1 is done types: - completed @@ -36,7 +36,6 @@ jobs: with: tag_name: ${{ steps.extract_version.outputs.version }} name: Release ${{ steps.extract_version.outputs.version }} - body_path: path/to/release-notes.md files: ./winutil.ps1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}