Merge pull request #67 from nirenjan/dependabot/github_actions/softprops/action-gh-release-3

build(deps): bump softprops/action-gh-release from 2 to 3
pull/69/head
nirenjan 2026-04-16 18:05:56 -07:00 committed by GitHub
commit 79676250fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
run: ./.github/scripts/generate_changelog.py > ${{ github.workspace }}/CHANGELOG.txt run: ./.github/scripts/generate_changelog.py > ${{ github.workspace }}/CHANGELOG.txt
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: