Update release.yaml

This commit is contained in:
Chris Titus 2024-06-10 23:48:00 -05:00 committed by GitHub
parent af94adbabe
commit 09b1e56967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ name: Release WinUtil
on: on:
workflow_run: workflow_run:
workflows: ["Compile WinUtil"] #Ensure Compile winget.ps1 is done workflows: ["Compile"] #Ensure Compile winget.ps1 is done
types: types:
- completed - completed
@ -36,7 +36,6 @@ jobs:
with: with:
tag_name: ${{ steps.extract_version.outputs.version }} tag_name: ${{ steps.extract_version.outputs.version }}
name: Release ${{ steps.extract_version.outputs.version }} name: Release ${{ steps.extract_version.outputs.version }}
body_path: path/to/release-notes.md
files: ./winutil.ps1 files: ./winutil.ps1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}