Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
bumped action-gh-release to v2
  • Loading branch information
insomnious authored Nov 12, 2024
1 parent b4d1a73 commit 7ec32b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
Remove-Item -Path $certPath
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: ${{ inputs.release == true }}
with:
files: |
Expand All @@ -176,7 +176,7 @@ jobs:
tag_name: ${{ steps.setOutputs.outputs.tagVersion }}

- name: Staging Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: ${{ inputs.staging-release == true }}
with:
files: |
Expand Down

0 comments on commit 7ec32b6

Please sign in to comment.