Skip to content

Commit

Permalink
Update pre-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user authored Jun 25, 2024
1 parent 2e56720 commit ca77c19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,21 @@ jobs:
}
shell: pwsh

- name: Draft Release Changelog
id: draft_release
uses: release-drafter/release-drafter@v5
with:
version: ${{ steps.extract_version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create and Upload Release
id: create_release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.extract_version.outputs.version }}
name: Pre-Release ${{ steps.extract_version.outputs.version }}
body: ${{ steps.draft_release.outputs.draft_body }}
files: ./winutil.ps1
prerelease: true
env:
Expand Down

0 comments on commit ca77c19

Please sign in to comment.