Merge pull request #3448 from Azure/dependabot/github_actions/softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
This commit is contained in:
Christoph Blecker 2024-03-13 22:03:09 -07:00 коммит произвёл GitHub
Родитель 073692f194 190efacade
Коммит 91b31a51b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/release-note.yml поставляемый
Просмотреть файл

@ -25,7 +25,7 @@ jobs:
run: ./.github/generate_release_note.sh ${{ github.workspace }}/CHANGELOG.txt
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ${{ github.workspace }}/CHANGELOG.txt
name: Release ${{ github.ref_name }}