Skip to content

Commit

Permalink
Update softprops/action-gh-release to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Feb 18, 2025
1 parent 3ca3a04 commit fb8076a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

# Create Release
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
build/*.pdf
Expand All @@ -96,6 +96,7 @@ jobs:
name: Release ${{ github.event.inputs.version }}
draft: ${{ github.event.inputs.draft }}
prerelease: ${{ github.event.inputs.prerelease }}
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit fb8076a

Please sign in to comment.