Skip to content

Commit

Permalink
Marking preview as prerelease. Using latest version of "Automatic Rel…
Browse files Browse the repository at this point in the history
…ease".
  • Loading branch information
Francisco Nabas committed Jun 28, 2023
1 parent 86db8da commit aac0329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildPsModule-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: |
.\Tools\Helpers\BuildPreview.ps1 -psgsec "$env:PSGAL_APIKEY"
- name: Automatic Releases
uses: marvinpinto/action-automatic-releases@v1.2.1
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "Preview"
prerelease: false
title: "WindowsUtils PowerShell Module"
prerelease: true
title: "Preview - WindowsUtils PowerShell Module"
files: WindowsUtils.zip

0 comments on commit aac0329

Please sign in to comment.