diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9b0c7c..9ad91a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: ${{ steps.build_changelog.outputs.changelog }} @@ -128,7 +128,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: ${{ steps.build_changelog.outputs.changelog }} @@ -177,7 +177,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: ${{ steps.build_changelog.outputs.changelog }}