0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 06:28:23 -05:00

build(deps): bump softprops/action-gh-release from 1 to 2 (#553)

This commit is contained in:
dependabot[bot] 2024-04-02 20:32:37 +00:00 committed by GitHub
parent b1df4f1154
commit c077e39ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ jobs:
env: env:
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }} GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
token: ${{ secrets.ADMIN_RIGHTS_TOKEN }} token: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
generate_release_notes: true generate_release_notes: true