diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 7e5736cc9603..40feca5aad98 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -143,7 +143,7 @@ jobs: if: github.event_name == 'push' && hashFiles('composer.json') != '' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true') - name: Create a GitHub release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v1 env: github_token: ${{ secrets.GITHUB_TOKEN }} with: