Skip to content

Commit

Permalink
Merge pull request #17 from AeroRust/dependabot/github_actions/softpr…
Browse files Browse the repository at this point in the history
…ops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
Ragarnoy authored Nov 10, 2024
2 parents 3191db2 + 760fe30 commit 5176c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body: |
Release ${{ github.ref_name }}
Expand Down

0 comments on commit 5176c2b

Please sign in to comment.